会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
上官封岚
博客园
首页
新随笔
联系
订阅
管理
2019年9月10日
python实现去掉空行
摘要: # coding = utf-8def clearBlankLine(): file1 = open('text1.txt', 'r', encoding='utf-8') # 要去掉空行的文件 file2 = open('text2.txt', 'w', encoding='utf-8') # 生
阅读全文
posted @ 2019-09-10 08:44 上官封岚
阅读(14377)
评论(1)
推荐(1)
公告