1.渲染模版函数(render_template
)
from flask import Flask , render_template
#...
@app.route(‘/’)
def index():
return render_template(‘index.html’)
1.渲染模版函数(render_template
)
from flask import Flask , render_template
#...
@app.route(‘/’)
def index():
return render_template(‘index.html’)
本文标题:Jinja2模版
本文链接:https://www.haomeiwen.com/subject/jfoosxtx.html
网友评论