python 9.28作业

1.用requests库和BeautifulSoup4库,爬取校园新闻列表的时间、标题、链接、来源 import requests from bs4 import BeautifulSoup a=requests.get('http://news.gzcc.cn/html/xiaoyuanxinwen/') a.encoding='utf-8' soup=BeautifulSoup(a.text,
相关文章
相关标签/搜索