我不熟悉宏 – 有人能够建议启用/禁用所有NSLog的吗?
#ifdef DEBUG #define NSLog(...) NSLog(__VA_ARGS__) #else #define NSLog(...) #endif