python 文件读写操作
f = open(filename, mode,buffering) 打开文件
f.write(‘Hello, world!‘) 写入
python文件操作
原文:https://www.cnblogs.com/xxxuxin/p/10928418.html