Event() self.alive = True self.thread = threading.Thread(target=self.func) self.thread.start() def __del__(self): self.kill() def ...
確定! 回上一頁