10 2016 档案
定时器使用过程 写代码 发生的错误
摘要:1.0 代码: obtn1.onclick=setInterval(show,1000); obtn1.onclick=function() { setInterval(show,1000) } 2.0清空时间 设置返回值! odiv2.onmouseout=function() { setTime 阅读全文
posted @ 2016-10-21 15:07 不学无丨 阅读(142) 评论(0) 推荐(0)