Render template from a string. from django.template import Context from django.template import Template template = Template('My name is, {{ name } ...
確定! 回上一頁