Python Requests Get 中文网页乱码解决方法:
resp = requests.get(url) print(resp.text.encode(resp.encoding).decode('utf-8'))