|  |      1binux      2013-01-30 20:17:17 +08:00  1 我怎么不知道curl和wget会自动解压gzip? curl -H 'Accept-Encoding:gzip' http://somewhere.com/ | 
|  |      2Tianpu OP @binux 非常感谢 >curl -H 'Accept-Encoding:gzip' www.domain.com > temp >gzip -d temp >cat temp 一次解压后看到全是明文 是不是表示只经过一次压缩了? |