(九)scrapy爬虫的基本使用(读书笔记)|Python网络爬
2018-01-24 本文已影响18人
努力奋斗的durian
网页链接【Python网络爬虫与信息提取】.MOOC. 北京理工大学
https://www.bilibili.com/video/av9784617/index_55.html#page=58
最近更新:2018-01-24
1.Scrapy爬虫的使用步骤
2.requests类
3.response类
与requests和response及其对应的类型及其相似,都是对htt请求做响应的.htt的请求是相对固定的
4.Item类
5.Scrapy爬虫提取信息的方法
6.CSS Selector的基本使用
7.Scrapy爬虫的基本使用