python之atexit -- 在退出時進行清理操做

import atexit @atexit.register def exit_handle():print "close something"
相關文章
相關標籤/搜索