iOS将数组中的内容分拼接成字符串

NSString *string = [array componentsJoinedByString:@","];--分隔符
原文地址:https://www.cnblogs.com/gavanwanggw/p/7255997.html