... url = 'https://works.ioa.tw/weather/api/weathers/289.json' data = request.urlopen(url).read().decode("utf-8") print (json.loads(data))
確定! 回上一頁