已采纳回答 / onlyl_pets
window.onload=function(){var aA=oNav.getElementsByTagName('a');第二行应该改成:var aA=document.getElementsByTagName('a');
2017-11-15
最新回答 / 慕小埋
a1[i].onmouseout=function(){ clearInterval(this.timer); var that=this; that.timer=setInterval(function(){ that.style.width=that.offsetWidth-8+"px"; ...
2017-11-06