A.headers屬性B.cookies屬性C.params屬性D.data屬性
A.在請求頭中添加B.在請求體中添加C.在URL中添加D.在cookies中添加
A.response.text()B.response.get_content()C.response.content()D.response.get_text()