在pch文件中: #ifdef DEBUG #define ZSLog(...) NSLog(__VA_ARGS__) #else #define ZSLog(...) #endif 转载于:https://www.cnblogs.com/zshl/p/5566501.html