NSArray * array1=[self.dic1allKeys];
NSMutableString * str2=(NSMutableString *)[array1 componentsJoinedByString:@","];
NSLog(@"方法二拼接的字符串是%@",str2);
原文:http://my.oschina.net/u/2329800/blog/512764
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!