要點在於使用Python標準庫zipfile建立壓縮檔時,如果使用'a'模式時,可以追加新內容。 from zipfile import ZipFilefrom os import listdirfrom os.path ...
確定! 回上一頁