js中计时器重要使用window.setInterval()方法和window.setTimeout()方法,其中setInterval()方法的作用是每隔一段时间执行一次方法,而window.setTimeo...