标签: ios objective-c swift nsstring
我尝试使用componentsSeparatedByString分隔JSON对象数组,结果数组字符串只包含1024个已分割部分的字符。每个结果子字符串只能达到1024个字符。其余的被截断了。
objectsJSONStrings = datastr?.componentsSeparatedByString(separator)
是否有长度限制?