方法 | 含义 |
---|---|
str.encode('gbk') | 将默认的utf-8编码成gbk编编码,类型转为bytes |
bytes.decode('gbk') | 将gbk的编码转化为默认的utf-8编码,类型转为string |
如图:
# 忽略转换过程中无法转换的字符
str.encode('gbk','ignore')
pipinstall chardet
import chardet
import urllib.request
code=urllib.request.urlopen("http://tieba.baidu.com/").read()
print(chardet.detect(code))
结果为:2024 - 快车库 - 我的知识库 重庆启连科技有限公司 渝ICP备16002641号-10
企客连连 表单助手 企服开发 榜单123