方法一:crul一切外部请求的关键,请求head添加gzip:curl_setopt($ch, CURLOPT_ENCODING, “gzip”);
方法二:简易方法get,需zlib库扩展file_get_contents(“compress.zlib://”.$url);