10、模板语言组件Include的使用
更新:HHH   时间:2023-1-7


base.html
{% include 'polls/nav.html' %}

nav.html
<h2>一件html里面包含另一个html里面的内容</h2>

返回编程语言教程...