摘要: # coding:utf-8 import json import pandas as pd with open("./article_file/all_article.json","r",encoding="gbk") as f: text = json.load(f) article_dict 阅读全文
posted @ 2019-03-01 20:38 ARYOUOK 阅读(1419) 评论(0) 推荐(0)
摘要: # coding:utf-8 import requests import json from bs4 import BeautifulSoup # 搜索页面 def get_home_page(page): html = "https://s.weibo.com/article?q=%E5%8F% 阅读全文
posted @ 2019-03-01 20:35 ARYOUOK 阅读(2431) 评论(0) 推荐(0)