摘要: scrapy是目前python使用的最广泛的爬虫框架 架构图如下 解释: Scrapy Engine(引擎): 负责Spider、ItemPipeline、Downloader、Scheduler中间的通讯,信号、数据传递等。 Scheduler(调度器): 它负责接受引擎发送过来的Request请 阅读全文
posted @ 2020-05-20 22:41 咔咔kk 阅读(442) 评论(0) 推荐(0) 编辑