摘要: setTimeout只在指定时间后执行一次,代码如下: <script> <script> //定时器 异步运行 //定时器 异步运行 function hello(){ function hello(){ alert("hello"); alert("hello"); } } //使用方法名字执行 阅读全文
posted @ 2018-07-02 10:58 雪莉06 阅读(600) 评论(0) 推荐(0) 编辑