你可以使用
render_template_string:
>>> from flask import render_template_string>>> render_template_string('hello {{ what }}', what='world')'hello world'
你可以使用
render_template_string:
>>> from flask import render_template_string>>> render_template_string('hello {{ what }}', what='world')'hello world'