NSString *string = [array componentsJoinedByString:@","];--分隔符
iOS将数组中的内容分拼接成字符串
原文:http://www.cnblogs.com/gavanwanggw/p/7255997.html