python爬虫之路——基本文件操作

介绍python如何打开文件和读取数据

新建TXT文档,为追加模式;

f=open('c;/wendang/demo.txt','a+') 

content="abcdefg123456789"

f.write(content)

f.close()

posted @ 2018-03-29 14:56  蓝勃斐重新开始  阅读(146)  评论(0编辑  收藏  举报