摘要: 读和写文件 open() 将会返回一个 file 对象 open(filename, mode) 不同模式打开文件的完全列表:https://www.runoob.com/python3/python3-inputoutput.html 简单的代码 1 f=open("exp.txt",'w') 2 阅读全文
posted @ 2020-12-18 19:36 奎恩东特 阅读(378) 评论(0) 推荐(0)