会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jesson
for the future, full of hope
首页
联系
管理
2020年5月8日
python开发 -- 判断文件编码格式是否为UTF8 有/无BOM格式
摘要: 简单检测脚本: import codecs file_path = '/Users/mac/Downloads/test.xml' with open(file_path) as source_file: data = source_file.read() if data[:3] == codecs
阅读全文
posted @ 2020-05-08 13:23 hello-Jesson
阅读(1163)
评论(0)
推荐(0)
编辑
公告