#跳转操作:redirect
@app.route("/red")
def red():
return redirect("/login")
posted on 2019-07-09 12:07  Python哥  阅读(246)  评论(0)    收藏  举报