python获取当前字符串编码格式

2023-01-31 03:01:07 字符串 获取 编码
    import chardet
    print chardet.detect(html)

相关文章