摘要: 1. 将新闻的正文内容保存到文本文件。 import requests from bs4 import BeautifulSoup url = "http://news.gzcc.cn/html/xiaoyuanxinwen/" res = requests.get(url) res.encodin 阅读全文
posted @ 2018-04-18 15:56 227温立恒 阅读(131) 评论(0) 推荐(0) 编辑