在ios中使用换行符(\ n)的json请求问题

时间:2016-12-02 10:24:00

标签: json afnetworking newline

我正在使用afnetworking来获取json请求,我正在传递字符串“hello 世界“。afnetworking json数据将其转换为”hello \\ nworld“。但php webservice将其设为”hello \ nworld“(我的json字符串)。任何人都可以为它提供解决方案。请尽快回复。 提前谢谢。

0 个答案:

没有答案