16 tar不會壓縮數據,它只是將文件打包在一起。是gzip進行實際的壓縮。 建立一個 .tar.gz (又名 .tgz )用於整個目錄樹: import tarfile import os.path def ...
確定! 回上一頁