In command-line mode: python3 -m tarfile -e archive.tar.gz · In a Python script: import tarfile tar = tarfile.open("archive.tar.gz") tar.
確定! 回上一頁