摘要: setTimeout() 方法用于在指定的毫秒数后调用函数或计算表达式,而setInterval()则是在每隔指定的毫秒数循环调用函数或表达式,直到 clearInterval把它清除。也就是说setTimeout()只执行一次,setInterval()可以执行多次。两个函数的参数也相同,第 一个... 阅读全文
posted @ 2016-01-21 09:34 侠岚之弋痕夕 阅读(226) 评论(0) 推荐(0)
Where is the starting point, we don't have a choice, but the destination where we can pursue!