我正在使用Python 2.5中的ZipFile創建一個ZIP文件,到目前為止,它可以正常工作: import zipfile, os locfile = "test.txt" loczip = os.path.splitext ...
確定! 回上一頁