摘要: 定时器有关的函数 1,倒计定时器:timename=setTimeout("function();",delaytime); 2,循环定时器:timename=setInterval("function();",delaytime); 3,区别:前者只是作用一次,而后者则不停地作用。 setTime 阅读全文
posted @ 2019-02-20 16:19 李美玲 阅读(197) 评论(0) 推荐(0)