Could not locate a Flask application. You did not provide the “FLASK_APP” environment variable, and a “wsgi.py” or “app.py” module was not found in the current directory. 解决办法 将 set FLASK_APP=app.py 改为 $env:FLASK_APP="app.py"