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的编码方式
原文地址:https://www.cnblogs.com/wangzhisdu/p/7771943.html