摘要:
转自 :http://blog.csdn.net/jyy_12/article/details/6878049 阅读全文
posted @ 2016-10-20 16:38
jamess
阅读(2710)
评论(0)
推荐(0)
摘要:
function test(s){ alert(s);}window.setTimeout(function(){test('str');},1000);这样就可以了...为什么是这样呢.因为setTimeout要求的第一个参数是函数...比如setTimeout(a_fun,1000)这样是可以的 阅读全文
posted @ 2016-10-20 11:21
jamess
阅读(2414)
评论(0)
推荐(0)
浙公网安备 33010602011771号