IndexError: list index out of range

问题参考

python 异常处理 try except

问题背景

使用python的beautifulsoup库爬取网页数据的时候,使用select方法找标签并赋值时报错

IndexError: list index out of range

关键部位原代码

date = i.select('.c-abstract')
dict['date'].append(''

你可能感兴趣的:(数据分析,爬虫,错误,list,python,爬虫)