Here is a sudo example of an interval running for 2 seconds, and then it is cleared with clearInterval . var intervalID = setInterval(function() ...
確定! 回上一頁