用str转化成字符 with open('index.html','tw') as f: f.write(str(render_template('index_template.html',your_template_argument)))
Jinja2文档