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,
相關文章
相關標籤/搜索