摘要: import requests response = requests.get("http://www.weather.com.cn/data/sk/101042000.html") response.encoding = "utf-8" WS_Weather = response.text print(WS_Weather) 阅读全文
posted @ 2018-06-22 19:20 极客易先生 阅读(214) 评论(0) 推荐(0) 编辑