python如何查看编码类型

xiaoxiao2021-02-28  164

##查看编码类型 import chardet chardit1 = chardet.detect(cf_r)#cf_r为要查看的编码 print (cf_r['encoding'])
转载请注明原文地址: https://www.6miu.com/read-19197.html

最新回复(0)