[Python]代码#coding=utf-8 #使用zipfile做目录压缩,解压缩功能import os,os.path import zipfile def zip_dir(dirname,zipfilename): filelist = [] if ...
確定! 回上一頁