You need to use clearInterval JS method: var interval = setInterval(..., 1000); // and to remove it clearInterval(interval).
確定! 回上一頁