摘要: 1、路由: @app.route("/", methods = ("GET","POST")) 2、视图函数 @app.route(:"/",methods = ("GET","POST")) def index(): return "123" 3、返回值: 1. Response "test" 2 阅读全文
posted @ 2021-04-24 23:19 zhx- 阅读(292) 评论(0) 推荐(0)