setInterval(function, milliseconds, param1, param2, ...) 重覆一次的速度milliseconds 1秒= 1000 ... var stop = function(){ clearInterval(count); } ...
確定! 回上一頁