- (NSArray *)componentsSeparatedByString:(NSString *)separator- (NSArray *)componentsSeparatedByCharactersInSet:(NSCharacterSet *)separator
上述两个方法可以用指定的字串或者字符集分隔字串到NSArray字符串阵列中。