慕粉1473770682
2016-12-18 13:45
<input type="button" value="Start" onclick="setInterval("clock()",100)/>
直接在onclick事件里面调勇setinterval为什么不能重新开始计时呢?
setInteral是周期性的调用,如果你想点击时,重新开始计时,你需要清除上一次函数的调用,clearInterval();
JavaScript进阶篇
468061 学习 · 21891 问题
相似问题