0

setInterval を使用した後、関数を明示的に停止することが実際に可能かどうか疑問に思います。

<script>
setInterval(function(){document.write("Hello");},1000);
</script>
4

1 に答える 1