2021年6月2日 — 将数据解压到workspace/image文件夹import zipfiledef unzip_file(zip_src, dst_dir): r = zipfile.is_zipfile(zip_src) if r: fz = zipfile.
確定! 回上一頁