python文件读写

2019-11-25  本文已影响0人  a风风a

f = open("test.txt", "w")

f.write("mytest")

f.close()

读写模式
上一篇 下一篇

猜你喜欢

热点阅读