摘要: 必须要的依赖:apt install unrar from rarfile import RarFile io_buffer = io.BytesIO(response.body) with RarFile(io_buffer) as fs: for each in fs.infolist(): c 阅读全文
posted @ 2024-04-03 17:44 公众号python学习开发 阅读(62) 评论(0) 推荐(0) 编辑