2016年1月11日
摘要: #import /*集合类:存储大量数据数组、字典、set集合NSSet1.元素是无序的,同一个对象只能保存一个。2.都是集合,都能存放多个oc对象,只能是oc对象。3.有个可变的子类*/int main(int argc, const char * argv[]) { @autoreleasep... 阅读全文
posted @ 2016-01-11 16:45 暂停 阅读(122) 评论(0) 推荐(0) 编辑
摘要: #import #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])int main(int argc, const char * argv[... 阅读全文
posted @ 2016-01-11 15:25 暂停 阅读(258) 评论(0) 推荐(0) 编辑
摘要: #import #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])int main(int argc, const char * argv[... 阅读全文
posted @ 2016-01-11 14:11 暂停 阅读(273) 评论(0) 推荐(0) 编辑
摘要: #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]) 阅读全文
posted @ 2016-01-11 10:20 暂停 阅读(119) 评论(0) 推荐(0) 编辑