1、app.DEBUG=True时,代码更改后立即生效
2、APP.jinja_env.auto_reload = True时,模板修改后立即生效,无需重启
参考:https://stackoverflow.com/questions/9508667/reload-flask-app-when-template-file-changes