摘要: Pch文件内添加:1.Log()设置:#ifdef DEBUG // 调试阶段#define CHLog(...) NSLog(@"%s %d\n %@", __func__, __LINE__, [NSString stringWithFormat:__VA_ARGS__])#else // 发布... 阅读全文
posted @ 2015-08-08 21:12 HappyPlane 阅读(308) 评论(0) 推荐(0)