python 使用gzip解密数据

mlto / 2023-08-12 / 原文

import gzip 

 

 

gzip.decompress('数据').decode('utf8')