Home  >  Article  >  Backend Development  >  html post信息出现&符号如何转义

html post信息出现&符号如何转义

WBOY
WBOYOriginal
2016-06-13 10:07:441360browse

html post信息出现&符号怎么转义
RT求解决

------解决方案--------------------
php中用rawurlencode('&');对url进行编码


如果是ajax,可以用encodeURIComponent函数编码

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