#应用库
scrapy
numpy
matplotlib
pymysql
完善项目目录
增加 signup_spider
完善pymsql 存储
实现matplotlib 图表分析
增加 car.sql
xpath应用
#目录
tuanche spiders
_init_.py
signup.py
signup_spider.py
items.py
middlewares.py
pipelines.py
setting.py
#运行步骤
scrapy crawl signup_spider
