import os , zipfile · newZip = zipfile.ZipFile('new.zip','a') · for i in os.listdir('Enter the full address of your directory'): · newZip.write(i,compress_type= ...
確定! 回上一頁