import StringIO,gzip. content = 'Life is short.I use python'. zbuf = StringIO.StringIO(). zfile = gzip.GzipFile(mode = 'wb' , compresslevel = 9 , fileobj ...
確定! 回上一頁