摘要:
#import /*集合类:存储大量数据数组、字典、set集合NSSet1.元素是无序的,同一个对象只能保存一个。2.都是集合,都能存放多个oc对象,只能是oc对象。3.有个可变的子类*/int main(int argc, const char * argv[]) { @autoreleasep... 阅读全文
摘要:
#import #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])int main(int argc, const char * argv[... 阅读全文
摘要:
#import #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])int main(int argc, const char * argv[... 阅读全文
摘要:
#define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]) 阅读全文