from mako.template import Template mytemplate = Template("hello world!") print mytemplate.render() mytemplate = Template("hello, ...
確定! 回上一頁