一、渲染模版要渲染一个模板,通过render_template方法即可。@app.route('/about/')def about(): # return render_template('about.html',user='username') return render_template('about.html',**{'user':'username'})渲染模版时有两种传递参
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号