[TOC] <br/><br/><br/> # <b style="color:#4F4F4F;">简介说明</b> 原文链接: - [atexit](https://docs.python.org/zh-cn/3.8/library/atexit.html#module-atexit) ``` 版本:atexit 作用:定义了清理函数的注册和反注册函数,只有当程序正常退出时有效 ``` <br/> # <b style="color:#4F4F4F;">atexit</b> <br/> # <span style="color:#619BE4">*register()</span> ***** 注册程序退出时执行的函数 <br/> # <span style="color:#619BE4">*unregister()</span> ***** 取消注册 <br/>