#模版操作:render_template
@app.route("/login")
def login():
return render_template("login.html")

相关文章: