摘要: import requests from bs4 import BeautifulSoup r = requests.get("https://s.weibo.com/top/summary")#微博热搜排行榜 soup = BeautifulSoup(r.text, 'lxml') items = 阅读全文
posted @ 2020-03-21 17:57 流菏 阅读(336) 评论(0) 推荐(0) 编辑