Python tip: You can extract a tar archive to a destination folder using tarfile . An example . import tarfile with tarfile.open("example.tar.gz") as tar: ...
確定! 回上一頁