通过爬虫,抓取http://www.weather.com.cn的天气信息 功能——输入城市代码,获取当日天气,简单的beautifulsoup和requests实现.(城市代码可百度查询,不全部展示) 代码如下: from bs4 import BeautifulSoupimport requests def get(city): citycode = { ', ', ', ', ' } try: url = 'http://www.weather.com.cn/weather/'+str(c…