<script>function hello(){alert("hello");}//重复执行某个方法var t1 = window.setInterval(hello,1000);var t2 = window.setInterval("hello()",3000);//去掉定时器的方法window.clearInterval(t1);</script>
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3