2017年9月27日

广商-校园新闻爬虫

摘要: import requests from bs4 import BeautifulSoup url='http://news.gzcc.cn/html/xiaoyuanxinwen/' res=requests.get(url) res.encoding='utf-8' soup=BeautifulSoup(res.text,'html.parser') for news in soup.sel... 阅读全文

posted @ 2017-09-27 11:25 01-李嘉秀 阅读(131) 评论(0) 推荐(1) 编辑

导航