摘要:
原博客迁移到: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 阅读全文
摘要:
原博客迁移到:https://blog.csdn.net/u013171226/article/details/107680310 import os def updateFile(file,str): """ 在文件的每一行前面增加关键字 :param file:文件名 :param str:关键 阅读全文