初始化参数

class scrapy.http.Response(

url[,

status=200,

headers,

body,

flags

] )

其他成员
url

status

headers

body

request

meta

flags

copy()

replace()

子类介绍

class scrapy.http.TextResponse(url[, encoding[, ...]] )


class scrapy.http.HtmlResponse(url[, ...] )


class scrapy.http.XmlResponse(url[, ...] )

 

相关文章:

  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-12-08
  • 2021-12-18
  • 2021-09-24
  • 2022-12-23
  • 2021-06-24
猜你喜欢
  • 2022-12-23
  • 2021-07-27
  • 2022-02-13
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案