Objective-C Split()?

前端 未结 5 1552
小蘑菇
小蘑菇 2020-12-04 15:00

Is there any way to split strings in objective c into arrays? I mean like this - input string Yes:0:42:value into an array of (Yes,0,42,value)?

5条回答
提交回复
热议问题