相关考题
-
单项选择题
models中字段类型为字符串,可以使用()
A.CharField
B.InterField
C.BooleanField
D.TextField -
单项选择题
想要在模板里面显示views传过来的数据可以使用()
A.{{变量名}}
B.print(变量名)
C.{变量名}
D.(变量名) -
单项选择题
修改响应的状态码可以使用()
A.reponse.encoding
B.response.text
C.response.body
D.response.status_code
