热门标签
更多>
搜索结果
查询Tags标签: zipObj,共有 2条记录-
批量压缩文件夹-Python程序-效果演示
代码效果演示 Gitee源码 # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-10-02 13:20:04 # Use: 批量压缩指定文件夹 为zip压缩包 import zipfile from os import path,walk,chdir def zipFiles(pathsList):#需要压缩的文件夹 或 文件列表…
2021/10/2 20:42:19 人评论 次浏览 -
批量压缩文件夹-Python程序-效果演示
代码效果演示 Gitee源码 # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-10-02 13:20:04 # Use: 批量压缩指定文件夹 为zip压缩包 import zipfile from os import path,walk,chdir def zipFiles(pathsList):#需要压缩的文件夹 或 文件列表…
2021/10/2 20:42:19 人评论 次浏览