I'm using python to do this. import base64 import gzip str(gzip.decompress(base64.b64decode(data))) with data as the string you're trying to ...
確定! 回上一頁