python 输出encoding编码格式

来源:互联网 发布:便民网络测速 编辑:程序博客网 时间:2024/05/22 00:07


import chardet
encoding=chardet.detect(string)['encoding']

原创粉丝点击