2024年10月15日
摘要: 作业①: 爬取大学排名信息 1. 作业代码及运行结果 import requests from bs4 import BeautifulSoup # 函数:请求网页数据,处理可能的异常 def get_html(url): try: response = requests.get(url, time 阅读全文
posted @ 2024-10-15 16:30 whj112 阅读(17) 评论(0) 推荐(0) 编辑