python 自增爬去网页_Python3.6 下的爬虫总是重复爬第一页的内容
问题如题:改成while,试了很多,然没有效果,请教大家# coding:utf-8#from lxml import etreeimport requests,lxml.html,osclass MyError(Exception):def __init__(self, value):self.value = valuedef __str__(self):return repr(self.val...