Home  >  Article  >  Backend Development  >  请求接口字段值含有+号,怎么处理?

请求接口字段值含有+号,怎么处理?

WBOY
WBOYOriginal
2016-06-06 20:19:171442browse

例如斜线/,urlencode后,实际接收数据:%252f(安卓设备),/(苹果设备)log出来的,这个求破啊?
安卓的urlencode了两次,ios urlencode 后又urldecode了.

都是get请求

回复内容:

例如斜线/,urlencode后,实际接收数据:%252f(安卓设备),/(苹果设备)log出来的,这个求破啊?
安卓的urlencode了两次,ios urlencode 后又urldecode了.

都是get请求

完全没看懂你想问什么?接受数据不同说明你HTTP请求是参数就不同,而你也没出任何你使用的请求库的信息及你提交请求方式的代码,不知道如何帮助你。

另外,GET 请求为什么还有 Content-Type ?

iOS直接用nsstring 拼出字符串请求不行么

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn