2015年7月17日

setTimeout方法

摘要: //不建议传递字符串setTimeout(alert("hello"),1000);//推荐调用方式setTimeout(function(){alert("hello");},1000);关于setTimeout(function(){alert("123")},10000);不能延迟的:setT... 阅读全文

posted @ 2015-07-17 10:27 源人 阅读(259) 评论(0) 推荐(0) 编辑

导航