我有来自+[NSJSONSerialization dataWithJSONObject:options:error:]的NSData。数据是如何编码的?
+[NSJSONSerialization dataWithJSONObject:options:error:]
NSData
发布于 2012-05-12 07:36:40
查看.h文件中方法上方的注释:
生成的数据是以
-8编码的。
https://stackoverflow.com/questions/10559798
相似问题