0
componentsSeparatedByString:NSString的很好,但這次我需要它也包含組件。因此,一個假設的獲取字符串到數組的字符串,包括字符串作爲單獨的組件
NSArray* array = [@",hello,world,kominami," componentsSeparatedByAndIncludingString:@","];
會給我帶組件
- 陣列,
- 你好
- ,
- 世界
- ,
- 小南
- ,
有沒有這樣的事情?