Flask入门-基于Ubuntu+Py3.85环境
调试命令
export FLASK_ENV=development # 打开调试模式
flask run –host=0.0.0.0 # 设置运行后,所有主机
2021-05-31