摘要: 1.处理NSLog事件(开发者模式打印,发布者模式不打印) #ifdef DEBUG #define NSLog(FORMAT, ...) fprintf(stderr,"%s:%d\t%s\n",[[[NSString stringWithUTF8String:__FILE__] lastPath 阅读全文
posted @ 2016-09-09 09:34 公羽寒 阅读(351) 评论(0) 推荐(0)