每天进步一小点
Posted yuanke98
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了每天进步一小点相关的知识,希望对你有一定的参考价值。
file=open(‘yesteerday‘,‘r‘,encoding=‘utf-8‘) file_new=open(‘yesteerday1‘,‘w‘,encoding=‘utf-8‘) for line in file: if "逯晓华" in line: line=line.replace(‘逯晓华‘,‘hello 逯晓华‘) time_import=‘%Y-%m-%d %X‘ time_current=time.strftime(time_import) file_new.write(time_current) file_new.write(line) file.close() file_new.close()
以上是关于每天进步一小点的主要内容,如果未能解决你的问题,请参考以下文章
每天进步一点点:为Go语言代码编写CI/CD工具的Makefile