会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
域名已变更 请手动修改文章中域名指向carlzeng.com
Carl Notes
ERP, IT方案, 电玩, NetSuite SuiteScript, Customization and Integration as well as general developing and design stuff, share solutions, and more.
首页
新随笔
订阅
管理
2009年12月2日
setTimeout和clearTimeout的用法 (转载)
摘要: 原文地址:setTimeout和clearTimeout的用法 setTimeout 设置定时器,在一段时间之后执行指定的代码,setTimeout与setInterval的区别在于setTimeout函数指定的代码仅执行一次 方法一: window.setTimeout("alert('ok')",5000); 方法二: window.setTimeout(function() { ale...
阅读全文
posted @ 2009-12-02 11:03 CarlZeng
阅读(1306)
评论(0)
推荐(0)
编辑
公告
域名已变更 请手动修改文章中域名指向carlzeng.com