本文共 411 字,大约阅读时间需要 1 分钟。
这是官方文档的爬虫
官方文档给的爬虫的定义:
Spiders are classes which define how a certain site (or a group of sites) will be scraped, including how to perform the crawl (i.e. follow links) and how to extract structured data from their pages (i.e. scraping items). In other words, Spiders are the place where you define the custom behaviour for crawling and parsing pages for a particular site (or, in some cases, a group of sites).
转载地址:http://wxaao.baihongyu.com/