返回顶部
摘要: #作业1:打印爬取的大学排名信息 ##1)代码&结果截图 import urllib.request from bs4 import BeautifulSoup def gethtmltext(url): try: html=urllib.request.urlopen(url) html=html 阅读全文
posted @ 2020-09-26 18:12 DanspG 阅读(474) 评论(0) 推荐(0) 编辑