码迷,mamicode.com
首页 > Web开发 > 详细

js sleep效果

时间:2014-10-21 15:18:19      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   sp   div   on   cti   log   

            s = setInterval(function(){
            //需要执行的函数
              alert("我延迟了2秒弹出");
                },2000);

并不是每2秒执行一次,而是延迟2秒执行

js sleep效果

标签:style   blog   color   io   sp   div   on   cti   log   

原文地址:http://www.cnblogs.com/sheapchen/p/4040355.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!