这证实了它是有效的JSON。但是,当我尝试使用Python阅读它时,如下所示:. import json import gzip with gzip.open('my_file.json.gz') as f: data = f.read() ...
確定! 回上一頁