zipfile. Python 中zipfile模块提供了对zip 压缩文件的一系列操作。 f=zipfile.ZipFile("test.zip",mode="") //解压是r , 压缩是w 追加压缩是a
確定! 回上一頁