怎樣用Python解壓縮*.tgz文件. KnightPython: 正如*大熊*所說,使用tarfile模組即可: import tarfile tarobj = tarfile.open("my_backup_file.tgz", ...
確定! 回上一頁