Python3WebSpider/WeiboList

if page == 1 and index == 1: continue 作何用处

erbangzhu opened this issue · 1 comments

        if page == 1 and index == 1:
            continue

在方法parse_page作何用处,是否可以删除

跳过部分解析过程,当 page 和 index 为 1 的时候,结果不适用于后面的解析,continue 来跳过,如果删除可能会导致解析报错。可以试试。