PHP
·
发表于 5年以前
·
阅读量:8293
一般情况下对URL进行UrlEncode 处理 , urlencode(),urldecode();
也可以通过iconv('utf-8', 'gb2312', $ret)对接收到的数据进行编码转换。