查看python编码类型的方法:1、输入“import chardet命令导入模块;2、输入“chardit=chardet.detect(c)“命令查看编码(c是要查看的编码),输出后的结果是要查看的编码类型。
查看编码类型
importchardet chardit1=chardet.detect(cf_r)#cf_r是要查看的编码 print(cf_r['encoding'])
推荐课程:Python 基本入门教程
查看python编码类型的方法:1、输入“import chardet命令导入模块;2、输入“chardit=chardet.detect(c)“命令查看编码(c是要查看的编码),输出后的结果是要查看的编码类型。
查看编码类型
importchardet chardit1=chardet.detect(cf_r)#cf_r是要查看的编码 print(cf_r['encoding'])
推荐课程:Python 基本入门教程