js单词意思

setTimeout仅仅执行一次而已

setInterval() 重复执行

setTimeout(showDiv(执行的函数名),10000(秒))
setTimeout("alert('5 seconds!')(也可以是时间)",5000)
setTimeout("document.getElementById('txt').value='2 seconds!'",2000)
 
posted @ 2017-01-01 14:27  ~~杰~~  阅读(97)  评论(0编辑  收藏  举报