from django.template import Template,Context t=Template('hello,{{name}}') print t.render(Context({'name':'jack'}).
確定! 回上一頁