//中间以逗号隔开 NSString *departmentIdArrayStr = [arrM componentsJoinedByString:@","];
//以逗号为分隔标志 NSArray *array = [@"" componentsSeparatedByString:@","];