You should add daemon=True to your Thread.__init__() : import threading import time class A_Class(threading.Thread): def __init__(self): ...
確定! 回上一頁