debug环境下打印


#ifdef DEBUG
#    define NSLog(...) NSLog(__VA_ARGS__)
#else
#    define NSLog(...) {}

#endif




不要让任何事成为你不去学习的理由
原文地址:https://www.cnblogs.com/jgl-blog/p/5110769.html