php中_GET读取带+号的字符串

php教程11年前 (2014-06-19)16250
发送时先用urlencode加密
$a= urlencode($a);
用urldecode转回来
$a= urldecode($a);
echo $a; 

“php中_GET读取带+号的字符串” 的相关文章

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。