I've just make excises of gzip on python. import gzipf=gzip.open('Onlyfinnaly.log.gz','rb')file_content=f.read()print file_contentAnd I get no output on the ...
確定! 回上一頁