import urllib.request import json url = 'http://api.openweathermap.org/data/2.5/weather?q=Tokyo,jp' response = urllib.request.urlopen(url) ...
確定! 回上一頁