摘要:
shutil和zipfile压缩模块 1 import shutil 2 import zipfile 3 4 #shutil.make_archive('电影/港台/周星驰','zip','m') 5 ''' 6 z1 = zipfile.ZipFile('c.zip','w') 7 z1.wri 阅读全文
posted @ 2020-09-18 17:29
Xujie_0528
阅读(95)
评论(0)
推荐(0)