var myTimer = setInterval(function() { console.log('idle'); }, 4000);. 我试过 clearInterval(myTimer) 但这完全阻止了间隔。我要它从0重新启动。
確定! 回上一頁