Flask 模板系统

模板 基本数据类型 可以执行python语法,如:dict.get(), list['xx'] 比django 更加亲近于 python  传入函数 - django,自动执行 - flask,不自动执行,需要自己加 " () " 了 简单的示例 def func1(arg): return "hello" + arg @app.route("/index") def index():
相关文章
相关标签/搜索