相关考题
-
单项选择题
defget3(request):dict=request.GET a=dict.getlist(’a’)b=dict.get(’b’)context={’a’:a,’b’:b}return render(request,’booktest/get3.html’,context)上述代码中,context是()类型。
A.字符
B.工程
C.数据表
D.字典 -
单项选择题
{%for i in a%}{{i}}{%endfor%}上述代码实现了()。
A.root
B.hello
C.循环输出
D.Django -
单项选择题
HTML标签与大小写无关,在标签中,表示()。
A.表格
B.分隔线
C.数字
D.类
