出现的问题
解决办法
在curl函数配置参数中加这条代码 curl_setopt($ch, CURLOPT_ENCODING, "gzip");
或者
file_get_contents函数加 file_get_contents("compress.zlib://".$url);
出现的问题
解决办法
在curl函数配置参数中加这条代码 curl_setopt($ch, CURLOPT_ENCODING, "gzip");
或者
file_get_contents函数加 file_get_contents("compress.zlib://".$url);