Django - render原理

render(request,"index.html",locals()) html python manage.py shell from django.template import Context,Template #实例出一个Template类(内部参数为字符串) t = Template("My name is {{ name }}!") #实例一个上下文类(结果返回一个列表化传入
相关文章
相关标签/搜索