我尝试用Python做同样的事情: # Read JSON data = r.json()["d"] # Decode Base64 data_base64 = base64.b64decode(data) # Decode GZIP ...
確定! 回上一頁