摘要: 1.安装pip install Scrapy#一定要以管理员身份运行dos窗口conda install scrapy2.创建项目scrapy startproject hello3.在hello/spiders下创建dmoz_spider.pyimport scrapy class DmozSpi 阅读全文
posted @ 2017-11-24 21:16 窃语 阅读(96) 评论(0) 推荐(0)