Home  >  Article  >  Backend Development  >  POST字符串的问题

POST字符串的问题

WBOY
WBOYOriginal
2016-06-23 14:39:16918browse

POST字符串的问题

用户提交一个表单,表单中有个输入框里面会输入一串随机的字符,比如像下面的这个:
lb6-{@q#N9b

但是在另一个页面接收后输出显示,就变成了:
lb6-{@q#N9b

这个要怎么处理才能让它显示原来的:
lb6-{@q#N9b

???


回复讨论(解决方案)

随机了两次吧

echo chr(123); // {

在浏览器显示是 { 就是 {
文本方式下才有区别

在浏览器显示中是{
如果你查看源码的话,会发现依旧是{


在浏览器显示中是{
如果你查看源码的话,会发现依旧是{
看Ascii码

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