Under normal circumstances, URLs are processed by UrlEncode, urlencode(), urldecode();
You can also use iconv('utf-8', 'gb2312', $ret) to convert the received data.
http://www.bkjia.com/PHPjc/779574.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/779574.htmlTechArticleUsually UrlEncode is performed on the URL, urlencode(), urldecode(); you can also use iconv('utf -8', 'gb2312', $ret) perform encoding conversion on the received data. ...