2018年4月17日
摘要: 1. 将新闻的正文内容保存到文本文件。 def writeNewsDetail(content): f=open('gzcc.txt','a',encoding='utf-8') f.write(content) f.close() 1. 将新闻的正文内容保存到文本文件。 2. 将新闻数据结构化为字 阅读全文
posted @ 2018-04-17 20:31 135陈若倩 阅读(194) 评论(0) 推荐(0) 编辑