摘要: - (void)seabc { NSArray *arry=[NSArray arrayWithObjects:@"0081",@"0082",@"0083", nil]; NSString *ss = [self objArrayToJSON:arry]; NSString * datsa = [ 阅读全文
posted @ 2017-11-03 09:55 神来钥匙-陈诗友 阅读(13275) 评论(0) 推荐(0)
摘要: NSMutableDictionary *dictionary = [[NSMutableDictionary alloc] init]; [dictionary setValue:@"hello" forKey:@"one"]; [dictionary setValue:@"world" forK 阅读全文
posted @ 2017-11-03 09:30 神来钥匙-陈诗友 阅读(12240) 评论(0) 推荐(0)