單項選擇題在Requests中,如何獲取HTTP響應的內容()

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


你可能感興趣的試題

1.單項選擇題在Requests中,如何獲取HTTP響應的頭信息()

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

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

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

3.單項選擇題如何在Requests中處理重定向()

A.默認自動處理
B.不處理
C.手動處理
D.隨機處理

4.單項選擇題如何在Requests中設置超時時間()

A.使用timeout參數
B.使用retries參數
C.使用delay參數
D.使用interval參數

5.單項選擇題如何在Requests中添加請求頭()

A.使用headers參數
B.使用data參數
C.使用params參數
D.使用cookies參數