我这个引用的js是不是有什么语法不对啊,求解答

window.onload=function()

{

var right3=document.getElementById("top_right3")

var oLi=document.getElementById("top_hidden")

var aLi=oLi.getElementsByTagName("ul")


var oSpan=right3.getElementsByTagName('span')


right3.onmouseover=function()

{

startMove(400)

}

var timer=null;

function startMove(Tag)

{

var oLi=document.getElementById("top_hidden")

          var aLi=document.getElementsByTagName("ul")

clearInterval(timer)

timer=setInterval(function()

{          

var speed=(Tag-aLi.offsetTop)/10;

                                      speed=speed>0?Math.ceil(speed):Math.floor(speed)

             aLi.style.top=aLi.offsetTop+speed+'px'

},30)

}


 }


慕粉4084340
浏览 1292回答 1
1回答

Joy_Sang

打开控制台看看
打开App,查看更多内容
随时随地看视频慕课网APP