为什么在stopCount()函数中加入一句i=setTimeout("startCount()",1000);后点击stop按钮就没用了?
clearTimeout 清除的是你第二次调用的i=setTimeout("startCount()",1000); 第一次的还在跑