單項(xiàng)選擇題在Requests中,如何獲取響應(yīng)的文本內(nèi)容()

A.response.body
B.response.text
C.response.json
D.response.content


你可能感興趣的試題

1.單項(xiàng)選擇題在Requests中,如何在請(qǐng)求中添加查詢參數(shù)()

A.headers屬性
B.cookies屬性
C.params屬性
D.data屬性

2.單項(xiàng)選擇題在Requests中,如何將HTTP響應(yīng)的內(nèi)容解析為JSON格式()

A.在請(qǐng)求頭中添加
B.在請(qǐng)求體中添加
C.在URL中添加
D.在cookies中添加

3.單項(xiàng)選擇題在Requests中,如何獲取HTTP響應(yīng)的內(nèi)容()

A.response.text()
B.response.get_content()
C.response.content()
D.response.get_text()

4.單項(xiàng)選擇題在Requests中,如何獲取HTTP響應(yīng)的頭信息()

A.response.headers()
B.response.get_headers()
C.response.header_info()
D.response.get_response_headers()

5.單項(xiàng)選擇題在Requests中,如何獲取HTTP響應(yīng)的狀態(tài)碼()

A.response.get_status()
B.response.status_code
C.response.status()
D.response.get_code()