使用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
相關文章
相關標籤/搜索