response对象

Posted 大明湖畔的守望者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了response对象相关的知识,希望对你有一定的参考价值。

 1 response.url final url
 2 response.text  response 内动,unicode编码
 3 response.content 字节表示
 4 response.doc  Pyquery对象
 5 response.json类型
 6 response.status_code
 7 response.orig_url:提交给self.crawl
 8 response.headers
 9 response.cookies
10 response.time 抓取所需的时间
11 response.encoding :response.content的编码方式

以上是关于response对象的主要内容,如果未能解决你的问题,请参考以下文章