摘要: 初步操作: scrapy startproject hello (创建hello项目) scrapy genspider chouti dig.chouti.com 创建一个spider scrapy crawl chouti运行spider 指定运行chouti这个项目 import scrapy 阅读全文
posted @ 2017-10-18 16:34 昂达达 阅读(149) 评论(1) 推荐(0) 编辑