Home  >  Article  >  Backend Development  >  如何不让php自动把&times换成×号

如何不让php自动把&times换成×号

WBOY
WBOYOriginal
2016-06-13 11:54:131777browse

怎么不让php自动把×换成×号
需要向对方API传送一个×tamp值,结果PHP把×tamp直接转成×tamp了,真是头疼哈哈
------解决方案--------------------
不可能!
贴出你的示例代码
------解决方案--------------------
这个问题我碰到好几次了
浏览器解析html的时候会把 字符串 '×' 显示成符号 '×',你查看网页源代码会发现其实并没有转成,只是在前端显示成了 '×'
------解决方案--------------------
这只是你在浏览器地址栏看到的,实际传输的并不是

------解决方案--------------------
不必理会,只要源代码正常就行,我刚看了,在我这里源代码并没有改变,再说了源代码咱们会改变呢?

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