setTimeout(function (){test('dd')},5000);function test(a){ alert(a); }
test() 五秒后执行
posted on 2011-03-22 15:45 倪浩 阅读(227) 评论(0) 收藏 举报