摘要: 原博客迁移到:https://blog.csdn.net/u013171226/article/details/107680311 import os file_data1 = [] with open("temp1.txt", "w") as f: for file_name in os.list 阅读全文
posted @ 2020-05-29 14:33 cumtchw 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 原博客迁移到:https://blog.csdn.net/u013171226/article/details/107680310 import os def updateFile(file,str): """ 在文件的每一行前面增加关键字 :param file:文件名 :param str:关键 阅读全文
posted @ 2020-05-29 10:34 cumtchw 阅读(1219) 评论(0) 推荐(0) 编辑