DEBUG LOG

#ifdef DEBUG 

#define DLog(...) NSLog(__VA_ARGS__) 

#else 

#define DLog(...) /* */

#endif

原文地址:https://www.cnblogs.com/anjsxz/p/3763271.html