爬取世界大學排名

使用requests庫和pandas庫實現對世界大學排名的爬取與保存 import requests import re from bs4 import BeautifulSoup import bs4 import pandas as pd try: r = requests.get("http://www.zuihaodaxue.com/ARWU2018.html" ) r.e
相關文章
相關標籤/搜索