Python全栈 Web(Flask框架、变量、模板) 模板 Templates: 模板中的语法规范 变量: 变量时一种特殊的占位符 告诉模板引擎该位置的 值是从渲染模板时的数据中来获取的 在视图中:@app.route("/temp")def temp(): return render_template("01_temp.html",uname="user nam... python 2023-09-02 38 点赞 0 评论 57 浏览