file_get_contents("compress.zlib://".$URL);
php
<?phphtml
error_reporting(0); header("Content-type:text/html;charset=utf-8"); //$api='http://wthrcdn.etouch.cn/weather_mini?city=%E6%9D%AD%E5%B7%9E'; $api='http://acgzj.cn/bili'; $op=file_get_contents("compress.zlib://".$api); echo $op;