timerOn = true; //timerがONであることを状態として保持 }, stop: function() { clearInterval(this.timerObj); this.timerOn = false; //timerがOFF ...
確定! 回上一頁