摘要: 1.gzip解密 import binascii import io import gzip import json def gzip_decode(content): #二进制 print(content) buf = io.BytesIO(content) gf = gzip.GzipFile( 阅读全文
posted @ 2021-04-07 09:59 小小咸鱼YwY 阅读(447) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-04-07 09:55 小小咸鱼YwY 阅读(1) 评论(0) 推荐(0) 编辑