标签: python flask
要使用Flask启动本地服务器,似乎有两种方法:
export FLASK_APP=flaskr export FLASK_ENV=development flask run
简单
python __init__.py
使用这两种方法启动烧瓶有什么区别?