#summary: 测试gzip压缩/解压文件. import gzip. BufSize = 1024 * 8. def gZipFile(src, dst):. fin = open (src, 'rb' ). fout = gzip. open (dst, ...
確定! 回上一頁