Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我NSData从+[NSJSONSerialization dataWithJSONObject:options:error:]. 数据是如何编码的?
NSData
+[NSJSONSerialization dataWithJSONObject:options:error:]
看.h文件中方法上面的注释:
结果数据以 UTF-8 编码。