使用Python爬取最好大学网大学排名

源代码:html #-*-coding:utf-8-*- ''' Created on 2017年3月17日 @author: lavi ''' import requests from bs4 import BeautifulSoup import bs4 def getHTMLText(url): try: r = requests.get(url) r
相关文章
相关标签/搜索