Python爬虫框架Scrapy
时间:2020-08-20 18:23:30
收藏:0
阅读:57
Scrapy实战
1. start project
scrapy startproject tutorial
2.crawl data
scrapy crawl spidername
评论(0)
1. start project
scrapy startproject tutorial
2.crawl data
scrapy crawl spidername