A.response.bodyB.response.textC.response.jsonD.response.content
单项选择题在Requests中,如何在请求中添加查询参数()
A.headers属性B.cookies属性C.params属性D.data属性
单项选择题在Requests中,如何将HTTP响应的内容解析为JSON格式()
A.在请求头中添加B.在请求体中添加C.在URL中添加D.在cookies中添加
单项选择题在Requests中,如何获取HTTP响应的内容()
A.response.text()B.response.get_content()C.response.content()D.response.get_text()
单项选择题在Requests中,如何获取HTTP响应的头信息()
A.response.headers()B.response.get_headers()C.response.header_info()D.response.get_response_headers()
单项选择题在Requests中,如何获取HTTP响应的状态码()
A.response.get_status()B.response.status_codeC.response.status()D.response.get_code()