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)
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)