码迷,mamicode.com
首页 > 其他好文 > 详细

定时器使用过程 写代码 发生的错误

时间:2016-10-21 16:05:17      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:out   splay   idt   show   cti   interval   bsp   2.0   amp   

1.0 代码:     obtn1.onclick=setInterval(show,1000)

 

 

obtn1.onclick=function()

{

    setInterval(show,1000)

}

 

 

2.0清空时间 设置返回值!   

odiv2.onmouseout=function()
{
 setTimeout(function(){odiv2.style.display=‘none‘;},1000);

}

3.0

   标签img 和a 的先后顺序。

  <a href="#" ><img src="shuzi/sj_02.jpg" /> </a>

 

 

4.0  一个有单位  一个无单位

  oul.style.width==-oul.style.left 

  alert(-oul.style.left)                         是NaN    

 

 

 

5,0   为什么字符串     比较是和‘0‘比  不是直接和0 比

     if(str.charAt(i)>=‘0‘&&str.charAt(i)<=‘9‘)

 

 

       

 

定时器使用过程 写代码 发生的错误

标签:out   splay   idt   show   cti   interval   bsp   2.0   amp   

原文地址:http://www.cnblogs.com/namephp/p/5976747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!