摘要: 1 f1 = open("hello.txt","w") 2 f1.write("hello,my name is bobo.") 3 f1.close() 4 def func(): 5 name = input("输入名字:") 6 content = input("输入内容:") 7 new_content = input("输入文件新内容:") 8... 阅读全文
posted @ 2019-01-20 12:16 joneylulu 阅读(1469) 评论(0) 推荐(0) 编辑