单项选择题
A.浏览器 B.{Redis} C.脚本 D.{%csrf_token%}
下面哪个请求方式是post的请求方式()。A.<formmethod="get"B.<formmethod="...
单项选择题下面哪个请求方式是post的请求方式()。
A.<formmethod="get" B.<formmethod="post"> C.GET D.工程
uname=request.POST.get(’uname’)表示的意思是通过()方式获得request里边的...
单项选择题uname=request.POST.get(’uname’)表示的意思是通过()方式获得request里边的数据。
A.字符 B.脚本 C.单个字母 D.post
uhobby=request.POST.getlist(’uhobby’)执行上述代码后,uhobby的类型是...
单项选择题uhobby=request.POST.getlist(’uhobby’)执行上述代码后,uhobby的类型是()。
A.ORM B.list C.import D.from