1.创建一个项目
scrapy startproject “项目名称”
2.进入项目 创建一个爬虫
scrapy genspider test "test.com"
3.运行爬虫
scrapy crawl test