javascript.怎么退出定时器setTimeout。

如题所述

timedcount设置定时器t,stopcount退出定时器t。直接调用就可以了
function timedCount()
{
t=setTimeout("timedCount()",1000)
}

function stopCount()
{
clearTimeout(t)
}
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答