Python3 压缩与解压缩(zlib / gzip / bz2 / lzma / zipfile / tarfile)
本文由Luzhuo编写,转发请保留该信息.原文:http://blog.csdn.net/Rozol/article/details/72672703以下代码以Python3.6.1为例Lessismore!文件的归档(各种格式的压缩/解压缩)实际使用中仅需要使用shutil模块的压缩和解压函数就可以了,如果想尝试其他功能,zipfile(暴力破解),tarfile(命令行)也是值得推荐的#!/u