摘要:
zipfile压缩文件。包括空目录 # !/usr/bin/python import os import zipfile def zipdir(dirPath=None, zipFilePath=None, includeDirInZip=True): if not zipFilePath: zi 阅读全文
posted @ 2022-05-19 23:11
要一直走下去
阅读(475)
评论(0)
推荐(0)
|
摘要:
zipfile压缩文件。包括空目录 # !/usr/bin/python import os import zipfile def zipdir(dirPath=None, zipFilePath=None, includeDirInZip=True): if not zipFilePath: zi 阅读全文
posted @ 2022-05-19 23:11
要一直走下去
阅读(475)
评论(0)
推荐(0)
|