导入相关模块import os import shutil import zipfile from os.path import join, getsize 一、python压缩指定文件夹def zip_file(src_dir): zip_name ...
確定! 回上一頁