2018年7月16日

JS中常用window属性和方法

摘要: 对象在编写时可不使用window这个前缀 setInterval() – 间隔指定的毫秒数不停地执行指定的代码。 clearInterval() – 用于停止 setInterval() 方法执行的函数代码。 setTimeout() - 暂停指定的毫秒数后执行指定的代码 clearTimeout( 阅读全文

posted @ 2018-07-16 08:51 SweeneyHuo 阅读(2583) 评论(0) 推荐(0)

导航