To clear an interval, use the id returned from setInterval():. myInterval = setInterval(function ... Use this id with clearInterval() to cancel the timer.
確定! 回上一頁