摘要: 以下代码为爬取2015年中国大学排名及年费 1 import requests 2 from bs4 import BeautifulSoup 3 allUniv = [] 4 def getHTMLText(url): 5 try: 6 r = requests.get(url, timeout= 阅读全文
posted @ 2020-05-15 22:24 litchi31 阅读(298) 评论(0) 推荐(0) 编辑