getElementById("one"); var i = 0; var dt = setInterval(function(){ one.innerText=i; i++; }, 100); function stop(){ clearInterval(dt); } ...
確定! 回上一頁