摘要: 1. 用requests库和BeautifulSoup库,爬取校园新闻首页新闻的标题、链接、正文。 url = "http://news.gzcc.cn/html/xiaoyuanxinwen/" res = requests.get(url); res.encoding = "utf-8" sou 阅读全文
posted @ 2018-04-03 17:45 232许健杰 阅读(112) 评论(0) 推荐(0) 编辑