单项选择题
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
ugender=request.POST.get(’ugender’)上边的程序正常执行,得到的ugender...
单项选择题ugender=request.POST.get(’ugender’)上边的程序正常执行,得到的ugender的类型是()。
A.按钮 B.工程 C.字符串 D.django.urls