摘要: scrapy中response.body 与 response.text区别 body http响应正文, byte类型 text 文本形式的http正文,str类型,它是response.body经过response.encoding经过解码得到 response.text = response. 阅读全文
posted @ 2019-12-23 10:25 二锅头不上头 阅读(514) 评论(0) 推荐(0) 编辑