比如我登录了之后 怎么获取到这个BorrowHouseKey的返回值 如状态码等
response = requests.post(url,headers,data) print(response .json()) # return r.json() print(response .text)
调用一下json() 或者 text方法,会返回响应结果的,然后如果需要特定字段,可以再进行提取