在使用scrapy以下这句话调用抓取过程时,遇到以下错误 return [scrapy.Request(url=self.s_urls, headers=self.headers, callback=self.parse)] Ignoring response <400 https://aa.com/library/index.html>: HTTP status code is not handled or not allowed 试了很多方法,都没有解决,最后换个函数调用方法,问题解决了。 return [scrapy.http.Request(url=self.