Board logo

标题: [技术讨论] Python脚本给文本每行末尾加入特定字符串 [打印本页]

作者: Python    时间: 2012-3-31 21:17     标题: Python脚本给文本每行末尾加入特定字符串

看到有人发帖问这个问题:
http://www.bathome.net/thread-16090-1-1.html
  1. rFile = open('a.txt', 'r')
  2. wFile = open('b.txt', 'w')
  3. allLine = rFile.readlines()
  4. rFile.close()
  5. for i in allLine:
  6.     wFile.write(i.strip() + ',abc\n')
复制代码





欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2