Actions
question_answer #3944
openanswer_ana
Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/26/2024
Due date:
% Done:
0%
Estimated time:
answer:
- '选项A: get请求编写:when().get(URL).then()'
- '选项B: post请求编写:when().post(URL).then()'
- '选项C: get请求编写:given().request("get",URL).then()'
- '选项D: post请求编写:given().request("post",URL).then()'
answer_analysis:
发送请求没有参数可直接省略given(),使用when();以上选项都正确
...
No data to display
Actions