摘要: 制作scrapy爬虫一共分4个步骤: 1.新建项目 (scrapy startproject xxxx) 2.明确目标 (编写 items.py) 明确你要抓取的目标 3.制作爬虫 (spider/xxspider.py) 4.存储内容 (piplines.py) cmd 命令下 scrapy be 阅读全文
posted @ 2020-09-23 20:39 在学同学 阅读(121) 评论(0) 推荐(0) 编辑