function slideImg(){ var main=byId("main"); //划过清除定时器,离开继续 main.onmouseover=function(){ //划过清除定时器 } main.onmouseout=function(){ timer=setInterval(function(){ index++; if(index>=len){ index=0; } console.log(pice); //切换图片 changeImg() },3000); } }
添加回答
举报
0/150
提交
取消