摘要:
#import #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])int main(int argc, const char * argv[... 阅读全文
posted @ 2016-01-08 17:49
专注博客园三十年
阅读(385)
评论(0)
推荐(0)
摘要:
NSMutableArray*name=[NSArray arrayWithArray:newarray]; 阅读全文
posted @ 2016-01-08 16:02
专注博客园三十年
阅读(179)
评论(0)
推荐(0)
摘要:
#import int main(int argc, const char * argv[]) { @autoreleasepool {NSDictionary *dic1=@{@"name":@"小阳", @"class":@"IOS8", @"age":@"... 阅读全文
posted @ 2016-01-08 14:20
专注博客园三十年
阅读(320)
评论(0)
推荐(0)
摘要:
#import int main(int argc, const char * argv[]) { @autoreleasepool { //数组和字典结合使用 NSDictionary*dic=@{@"name":@"zhan san",@"class":@"ios5",@"age":@... 阅读全文
posted @ 2016-01-08 11:14
专注博客园三十年
阅读(578)
评论(0)
推荐(0)
摘要:
#import int main(int argc, const char * argv[]) { @autoreleasepool { //数组和字典结合使用 NSDictionary*dic=@{@"name":@"zhan san",@"class":@"ios5",@"age":@... 阅读全文
posted @ 2016-01-08 11:08
专注博客园三十年
阅读(1449)
评论(0)
推荐(0)
浙公网安备 33010602011771号