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