会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
首页
管理
2018年12月25日
python3 zip压缩文件压缩多个不同文件夹内的文件方法
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- import zipfile def addzip(): f = zipfile.ZipFile('test.zip','w',zipfile.ZIP_DEFLATED) for i in ["/opt/code/my_code/test_zip/ll.py", "/opt/code...
阅读全文
posted @ 2018-12-25 15:10 我当道士那儿些年
阅读(4099)
评论(0)
推荐(0)
编辑
公告