标签: python zip unzip
我目前正在使用zipfile使用Python解压缩文件。但是,似乎所有数据都被加载到内存中,这会导致我的应用程序出现一些问题。
zipfile
是否可以使用Python解压缩zip并且不将所有内容写入内存?