标签: php mysql actionscript-3
我使用encodeURI和decodeURI将AS3中的法语重音文本发送到我的mysql数据库并将其恢复到AS3中,并且工作正常。 除此之外,我还需要处理服务器上的文本,这些文本无可救药地被破坏了。 php函数urldecode和rawurldecode只做部分工作。一些编码仍然存在。
答案 0 :(得分:0)
你可以在js端使用:encodeURIComponent()然后在php端使用urldecode()吗?