<script?type="text/javascript"?src="js/move1.js"?></script>
<script?type="text/javascript"?>
????var?oMove=document.getElementById('move');
????var?aList=oMove.getElementsByTagName('a');
?????for(var?i=0;i<aList.length;i++){
?????????aList[i].onmouseover?=function?()?{
?????????????var?_this=this.getElementsByTagName('span')[0];
?????????????startMove(_this,{top:-25,opacity:0},function()?{
?????????????????console.log('回調(diào)函數(shù)執(zhí)行');
?????????????????_this.style.top?=?20+'px';
?????????????????startMove(_this,{top:10,opacity:100})
?????????????})
?????????};
?????}
</script>
2019-04-22
有可能是你的運(yùn)動框架有的地方寫的不正確,你可以再檢查一下你的框架