摘要: import inspect import ctypes import threading import time def stop_threading_fun(tid, exctype=SystemExit): tid = ctypes.c_long(tid) if not inspect.isc 阅读全文
posted @ 2023-03-13 16:25 Wchime 阅读(15) 评论(0) 推荐(0)