IOS字符串按特定字符拆分成数组
NSString * fruits = @"apple,pair,banana,orange";
NSArray * array= [fruits componentsSeparatedByString:@","];