#define CLog(format, ...) NSLog(format, ## __VA_ARGS__)
#define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
假如这两个宏定义就行了~ 拿去不谢,我是雷锋0.0
#define CLog(format, ...) NSLog(format, ## __VA_ARGS__)
#define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
假如这两个宏定义就行了~ 拿去不谢,我是雷锋0.0