之和风专题

爬虫之和风天气

#coding=utf-8import requestsimport time'''和风天气数据爬取'''def get_weather(city=None):url='https://free-api.heweather.com/v5/forecast?city={}&key=7d0daf2a85f64736a42261161cd3060b'.format(city)response =