Home > Backend Development > PHP Tutorial > symfony - 求与javascript url encode 函数对应的 php url decode 函数

symfony - 求与javascript url encode 函数对应的 php url decode 函数

WBOY
Release: 2016-06-06 20:51:24
Original
1102 people have browsed it

求与javascript url encode 函数对应的 php url decode 函数

1.尝试使用js的encodeURI()、encodeURIComponent()、escape()函数进行url编码,
2.使用php urldecode 函数解码,结果还是不能解码成正常的中文.

求支招.

回复内容:

求与javascript url encode 函数对应的 php url decode 函数

1.尝试使用js的encodeURI()、encodeURIComponent()、escape()函数进行url编码,
2.使用php urldecode 函数解码,结果还是不能解码成正常的中文.

求支招.

如果你的URL带中文并且编码是一致的,例如UTF-8,使用urldecode解码应该能显示中文的。不太清除你的实际情况。

javascript的url encode编码是utf-8格式,所以你可能要先检查下你的php文件的编码。
还有你说的正常显示是在哪里显示?数据库还是返回到页面。
不知道你的场景,不过先看看这里http://segmentfault.com/q/10100000001...

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template