zlib implements the compression used by gzip, but not the file format. Instead, you should use the gzip module, which itself uses zlib . import gzip s = '...' ...
確定! 回上一頁