python全球天氣預報

import urllib.request as r #導入聯網工具包,命名爲r url= ‘http://api.openweathermap.org/data/2.5/weather?q=hebi&mode=json&units=metric&lang=zh_cn&APPID=6a67ed641c0fda8b69715c43518b6996’ data =r.urlopen(url).read
相關文章
相關標籤/搜索