06 2019 档案
摘要:使用工具:itchat,requests 搭建python开发环境,这个就不用多说了嘛,可自行百度,需要注意一点的就是记得将python安装路径加入环境变量~ 安装itchat库 通过管理员权限运行命令提示符,直接输入以下代码: pip install itchat pip install requ
阅读全文
摘要:爬取中国大学排名 代码如下: 1 # -*- coding: utf-8 -*- 2 ''' 3 获取中国大学的排名 4 @author: hjx 5 ''' 6 import requests 7 from bs4 import BeautifulSoup 8 import pandas 9 #
阅读全文
浙公网安备 33010602011771号