GET和POST请求中的字符串经过base64_decode之后乱码了
解决方案:
$encodedData = str_replace(' ','+',$encodedData);
$decocedData = base64_decode($encodedData)
发布于 2020-06-23 32 次阅读
GET和POST请求中的字符串经过base64_decode之后乱码了
解决方案:
$encodedData = str_replace(' ','+',$encodedData);
$decocedData = base64_decode($encodedData)
Comments | 4 条评论
Warning: file_get_contents(http://ptlogin2.qq.com/getface?appid=1006102&imgtype=3&uin=3457641143): failed to open stream: Network is unreachable in /www/sites/blog.xn--xsqp6uwvq.com/index/wp-content/themes/Sakura/functions.php on line 1743
( ̄3 ̄)@锦依卫 同为锦依卫
站长找的域名真厉害