会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
晨曦yd
博客园
首页
新随笔
联系
订阅
管理
2019年9月15日
scrapy简单爬虫
摘要: # -*- coding: utf-8 -*- #这只是爬虫文件内容,使用pycharm运行,在terminal中使用命令行,要用爬虫名字import scrapy from insist.items import InsistItem class InsistsSpider(scrapy.Spider): name = 'insists' allowed_domains = ['itcast.c
阅读全文
posted @ 2019-09-15 22:17 晨曦yd
阅读(156)
评论(0)
推荐(0)
编辑
公告