2020年3月17日

使用python的读取文件内容和正则表达式

摘要: import os,re filePath='cadallkeywords.txt' fileOutPath='out.txt' strOut=[] if os.path.exists(filePath): with open(filePath,'r', encoding='utf-8') as f 阅读全文

posted @ 2020-03-17 10:47 风中狂笑 阅读(3932) 评论(0) 推荐(1) 编辑

导航