Fork me on GitHub

django-模板之自动转义autoescape(八)

index.html

{{QQ}}

views.py

def index(request):
    context={
        'QQ':'<a href="http://www.qq.com">QQ</a>'
    }
    return render(request,"index.html",context=context)

 

 

 

 

 

posted @ 2019-10-27 14:24  西西嘛呦  阅读(477)  评论(0编辑  收藏  举报