标签:
将string字符串转换为array数组
NSArray *array = [Str componentsSeparatedByString:@","];
==反向方法
将array数组转换为string字符串
字符串与数组互转
原文地址:http://www.cnblogs.com/tian-sun/p/5019964.html