摘要:
包方法: GzipFile open gzip_file = gzip.open('B5-H.pickle.gz') >>> type(tar_file) <class 'gzip.GzipFile'> tar_file1 = gzip.GzipFile('testtar.tar') >>> typ 阅读全文
摘要:
archive_stream = io.BytesIO(r.content) archive = RarFile(archive_stream) archive_stream = io.BytesIO(r.content) archive = ZipFile(archive_stream) 阅读全文
摘要:
rarfile.RarFile(file, mode='r', charset=None, info_callback=None, crc_check=True, errors='stop', part_only=False) 属性: 'comment', 'filename', 方法: 'need 阅读全文
摘要:
在系统环境变量中配置了winrar的路径 阅读全文