gzip 示例一(用php的内置压缩函数): if(Extension_Loaded('zlib')) Ob_Start('ob_gzhandler'); Header("Content-type: text/html"); ?>