weibo_comment.py的104行 max_id_json = html.xpath('//div[@node-type="comment_loading"]/@action-data')[0] 在爬到第21页时报错:IndexError: list index out of range
weibo_comment.py的104行
max_id_json = html.xpath('//div[@node-type="comment_loading"]/@action-data')[0]
在爬到第21页时报错:IndexError: list index out of range