爬虫初学——爬取中国大学排名并存为csv文件

连接:软科中国最好大学排名2016 代码:html 1 # -*- coding: utf-8 -*- 2 """ 3 Created on Mon May 27 21:10:59 2019 4 5 @author: Benny 6 """ 7 8 import csv 9 import os 10 import requests 11 import pandas 12 fr
相关文章
相关标签/搜索