? var timer=null;??window.onload=function(){? ? var oDiv=document.getElementById('div1');? ? oDiv.onmouseover=startmove(10,0);? ? oDiv.onmouseout=startmove(-10,-200);? ? ? ? }? ?function startmove(speed,iTarget){? ? clearInterval(timer)? ? var oDiv=document.getElementById('div1');? ? timer=setInterval(function(){? ? if(oDiv.offsetLeft==iTarget){? ? clearInterval(timer);? ? }else{? ? oDiv.style.left=oDiv.offsetLeft+speed+'px';? ? }? ? ? ? },30)? ?}? ??? ? ?
求大神,為什么修改簡介反而不能動了
hey_whatsup
2016-07-30 16:50:18