美文网首页
shell调试

shell调试

作者: 楚糖的糖 | 来源:发表于2018-11-08 22:43 被阅读0次

使用方法:

scrapy shell http://www.itcast.cn/channel/teacher.shtml
response.url:当前响应的url地址
response.request.url:当前响应对应的请求的url地址
response.headers:响应头
response.body:响应体,也就是html代码,默认是byte类型
response.requests.headers:当前响应的请求头

相关文章

网友评论

      本文标题:shell调试

      本文链接:https://www.haomeiwen.com/subject/hfigxqtx.html