zipfile. Python 中zipfile 模組提供了對zip 壓縮檔案的一系列操作。 f=zipfile.ZipFile("test.zip",mode="") //解壓是r , 壓縮是w 追加壓縮是a.
確定! 回上一頁