摘要: Scrapy(爬虫框架)中,Spider类中parse()方法的工作机制: self 是python 类的知识 parse(self,response):当请求url返回网页没有指定回调函数, 默认的Request对象的回调函数,用来处理网页返回的response,和生成的Item或者Request 阅读全文
posted @ 2022-11-22 01:29 kuaiquxie 阅读(154) 评论(0) 推荐(0)