爬取网站出现高频关键词
摘要:
import requests from bs4 import BeautifulSoup import jieba #爬取页面代码并解析 def get_html(url): try: response=requests.get(url) response.raise_for_status res 阅读全文
posted @ 2019-12-10 20:31 ifran 阅读(848) 评论(0) 推荐(0) 编辑
posted @ 2019-12-10 20:31 ifran 阅读(848) 评论(0) 推荐(0) 编辑