from threading import Timer · class LoopStopper: · def __init__(self, seconds): · self._loop_stop = False · self._seconds = seconds · def _stop_loop(self): · self.
確定! 回上一頁