NSArray * array1=[self.dic1 allKeys];spa
NSMutableString * str2=(NSMutableString *)[array1 componentsJoinedByString:@","];3d
NSLog(@"方法二拼接的字符串是%@",str2);component