摘要: #### 思路 解压 zip 读取 xml ``` import json from xml.dom.minidom import parse import shutil import zipfile def unzip_file(zip_path, unzip_path=None): """ :p 阅读全文
posted @ 2023-07-22 18:46 vx_guanchaoguo0 阅读(272) 评论(0) 推荐(0) 编辑