链接管理器 url_for # index是视图的函数名,url="/api" url = url_for("index") @app.route("/api") def index(): return \'Index page\' 版本管理 相关文章: 2021-04-30 2021-07-30 2021-12-27 2022-12-23 2021-10-27 2021-06-23 2021-12-27