flask笔记-1: 路由

慈云数据 2024-05-11 技术支持 37 0

启动服务

flask笔记-1: 路由
(图片来源网络,侵删)

绑定host

flask run --host=0.0.0.0

调试模式

flask笔记-1: 路由
(图片来源网络,侵删)
flask --app hello run --debug

路由

创建路由

1. 装饰器

        @app.route('/one',methods=['GET','POST'])

2. add_URL_rule

app.add_url_rule('/one',view_funC=one)

微信扫一扫加客服

微信扫一扫加客服

点击启动AI问答
Draggable Icon