码迷,mamicode.com
首页 > Web开发 > 详细

ASIHttpRequest请求时的默认编码

时间:2017-04-30 10:55:54      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:self   方法   content   with   res   response   文件   nsis   请求   

在ASIHttpRequest.m文件 中的

- (id)initWithURL:(NSURL *)newURL方法中找到

[self setDefaultResponseEncoding:NSISOLatin1StringEncoding];这句。能够 看到。

要更改成utf8时用例如以下方法:

[http setDefaultResponseEncoding:NSUTF8StringEncoding];

ASIHttpRequest请求时的默认编码

标签:self   方法   content   with   res   response   文件   nsis   请求   

原文地址:http://www.cnblogs.com/zhchoutai/p/6788771.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!