t=setTimeout(timedCount,1000)1000毫秒后执行timedCount函数,而timedCount函数里面又有t=setTimeout(timedCount,1000),然后就一直执行了