python 파충류 가 문자 인 코딩 문 제 를 자동 으로 해결 합 니 다.

4712 단어 python 학습
In [34]: import requests
    ...:
    ...: response = requests.get('http://www.dytt8.net/index.htm')
    ...: print(response.text[200:300])
    ...:
-Type content="text/html; charset=gb2312">
<title>μ?ó°ììì?_?a·?μ?ó°_??à×μ?ó°????</title>
<META con

In [35]: response.apparent_encoding
Out[35]: 'GB2312'

In [36]: response.encoding
Out[36]: 'ISO-8859-1'

In [37]: response.encoding = response.apparent_encoding

In [38]: response.text[200:300]
Out[38]: '-Type content="text/html; charset=gb2312">\r
_ _ \r






좋은 웹페이지 즐겨찾기