我正在嘗試使用此代碼使用Python來擴展 zlib 壓縮文件: import zlib data = open("3B42.110531.21.6A.HDF.Z", 'rb').read() inflated = zlib.decompress(data) f ...
確定! 回上一頁