相关考题
-
单项选择题
上边的代码,说明表单的请求方式是()。
A.get
B.post
C.url
D.put -
单项选择题
username=request.POST.get(‘username’)上述代码说明请求方式是()。
A.get
B.put
C.url
D.post -
单项选择题
request.GET.get(‘password’),以上代码中,请求方式是()。
A.get
B.put
C.url
D.post
