This question shows research effort; it is useful and clear
8
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我是使用 Python 进行 Web 开发的新手,我选择了 Flask 来启动我的 Web 应用程序。在应用程序关闭之前,我有一些资源可以释放,但我找不到将我的清理代码放在哪里。Flask 提供了一些装饰器,例如before_request和teardown_request在请求处理之前和之后注册回调。是否有类似于在应用程序停止之前注册要调用的回调的东西?谢谢。