摘要: 由function show(){ alert("Hello World"); } setTimeout(show,1000); 改成function show(){ alert("Hello World"); } setTimeout(show()... 阅读全文
posted @ 2015-07-14 10:09 MadamMichael 阅读(184) 评论(0) 推荐(0)