use zlib.decompress . It takes a byte object ( Python 3.x ), hence you need to read your file in binary mode first ( mode 'rb' ), and then ...
確定! 回上一頁