HTTP请求url中文转码

Posted aRenOuBa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTTP请求url中文转码相关的知识,希望对你有一定的参考价值。

  NSString *urlStr = [NSString stringWithFormat:@"userName=&psw="];
    urlStr = [urlStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLUserAllowedCharacterSet];
]];

 

以上是关于HTTP请求url中文转码的主要内容,如果未能解决你的问题,请参考以下文章

IOS-网络(GET请求和POST请求HTTP通信过程请求超时URL转码)

http请求特殊字符转码

http get请求时参数被转码的问题

简单的 Javascript http 请求片段但不起作用

URL请求中文符号“乱码”(解码转码)解决方式

android 接收url的json数据 中文转码