标签:blog 移除 ado ima rom chm 包括 运行 漏洞
{% spaceless %}具体内容{% endspaceless %}
from django.shortcuts import render
def index(request):
# 定义一个上下文
context = {
"info":"<a href='https://wwww.baidu.com'>百度</a>"
}
return render(request,'index01.html',context=context)
<body>
<!--此时关掉了DTL模板中的自动转义功能-->
{% autoescape off %}
{{ info }}
{% endautoescape %}
</body>
运行结果如下:
查看不关掉DTL自动转义功能时,运行结果如下:
标签:blog 移除 ado ima rom chm 包括 运行 漏洞
原文地址:https://www.cnblogs.com/guyan-2020/p/12200543.html