Here is my code so far: import gzip import json with gzip.open("city.list.json.gz", "rb") as f: data = json.loads(f.read().decode("ascii")).
確定! 回上一頁