会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
程序法
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年8月9日
打开csv或文本文件时,移除首行\ufeff
问题出在编码方式上:encoding不是用 utf-8, 使用 utf-8-sig f = open(r'a.txt', encoding='utf-8-sig') 如果用utf-8,readlines读出来的列表就会是这样: ['\ufeff示例\n']
Read More
posted @ 2020-08-09 09:23 程序法
Views(547)
Comments(0)
Diggs(0)
Edit
公告