随笔分类 -  tips

tips:setTimeOut调用函数传参
摘要:setTimeout(function (){test('dd')},5000);function test(a){ alert(a); }test() 五秒后执行 阅读全文

posted @ 2011-03-22 15:45 倪浩 阅读(239) 评论(0) 推荐(0)

导航