#define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])

posted on 2016-01-11 10:20  暂停  阅读(119)  评论(0编辑  收藏  举报