摘要:
打开文件的操作模式 f=open('a.txt','r+') #读写f=open('a.txt','w+') #写读f=open('a.txt','a+') #追加并且读 文件操作的步骤 1.打开文件 2.读写内容 3.关闭文件 写模式 f=open('a.txt','w')f.write('111 阅读全文
posted @ 2017-05-18 17:37
geek_ace
阅读(150)
评论(0)
推荐(0)
浙公网安备 33010602011771号