- 博客(2)
- 收藏
- 关注
原创 python爬虫如何解决list index out of range的问题
在爬取大学排名时,一直出现list index out of range的错误,求大佬解答 import requests import bs4 from bs4 import BeautifulSoup def getHTMLText(url): try: r=requests.get(url,timeout=30) r.raise_for_statu...
2020-03-14 14:32:59 7375 10
原创 python爬取中国大学排名
python爬取中国大学排名 在学习嵩天老师的爬虫课程中,有出现 ‘NoneType’ object has no attribute 'children’的错误。如果soup_find没有children属性,应该是url传给html中时出现了问题。在检查代码时,发现r.encoding=r.apparent.encoding时少些了一个a,导致html解析不了soup_find().child...
2020-03-14 11:48:42 478
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人