摘要: import zipfile import py7zr import os def uncompress(path_name): suffix = path_name.rsplit('.', 1)[1] if suffix == 'zip': if zipfile.is_zipfile(path_n 阅读全文
posted @ 2021-01-10 23:28 onexixi 阅读(3714) 评论(0) 推荐(0)