class ZfSpider(RedisSpider): handle_httpstatus_list = [404] 在自己的代码中,加入handle_httpstatus_list = [404]就可以了。