flask模板知識總結

flask模板使用的是Jinja2引擎,首先得在當前目錄結構下創建文件名爲templates,所有的HTML都放在裏面 在試圖函數中,可以返回模板渲染,這是引用方法 from flask import render_template @app.route('/') def index(): return render_template('index.html') 同時模板渲染也提供了變量
相關文章
相關標籤/搜索