当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Python Django Template用法及代码示例


本文介绍 django.template.Template 的用法。

声明

class Template

此类位于 django.template.Template 。构造函数接受一个参数——原始模板代码:

from django.template import Template

template = Template("My name is {{ my_name }}.")

相关用法


注:本文由纯净天空筛选整理自djangoproject.com大神的英文原创作品 django.template.Template。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。