python3的requests模塊geturl得到的中文編碼有問題,我用r=requests.get(url) print(r.content) 結(jié)果中文是\e8...這樣的編碼格式,遇到這樣該如何解決呀?? 查看完整描述