摘要: 用requests库和BeautifulSoup4库,爬取校园新闻列表的时间、标题、链接、来源。 import requests from bs4 import BeautifulSoup url='http://news.gzcc.cn/html/xiaoyuanxinwen/' res=requ 阅读全文
posted @ 2017-09-27 10:43 23江瑜斌 阅读(139) 评论(0) 推荐(0) 编辑