摘要: 创建项目 scrapy startproject ithome 创建CrawSpider scrapy genspider -t crawl IT ithome.com items.py it.py pipelines.py 执行 scrapy crawl it 阅读全文
posted @ 2018-06-27 21:56 王琳杰 阅读(189) 评论(0) 推荐(0) 编辑