第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定

嗯,用JS這么寫

?window.onload=function(){
????var?wrap=document.getElementById('wrap'),
????????pic=document.getElementById('pic').getElementsByTagName('li'),
????????list=document.getElementById('list').getElementsByTagName('li'),
????????index=0,
????????timer=null;

??????//?定義并調(diào)用自動播放函數(shù)
		timer?=?setInterval(autoPlay,1500);
		
??????//?定義圖片切換函數(shù)
?????	function?changePic(curIndex){
			for(var?i=0;i<pic.length;i++){
				pic[i].style.display="none";
				list[i].className="";
				}
				pic[curIndex].style.display="block";
				list[curIndex].className="on";
				}
				
	?//設(shè)置自動播放函數(shù)(1~5循環(huán))
		?function?autoPlay(){
			?if(++index>=pic.length){index=0};
			?changePic(index);}	
			?
?????//?鼠標(biāo)劃過整個容器時停止自動播放
		wrap.onmouseover?=?function(){clearInterval(timer);}
		
?????//?鼠標(biāo)離開整個容器時繼續(xù)播放至下一張
????	wrap.onmouseout?=?function(){timer?=?setInterval(autoPlay,1500);}
		
?????//?遍歷所有數(shù)字導(dǎo)航實現(xiàn)劃過切換至對應(yīng)的圖片
		for(var?i=0;i<=pic.length;i++){
			list[i].onmouseover?=?function(){
				clearInterval(timer);
				index=this.innerText-1;
				changePic(index);
				};
			};	
???};


正在回答

1 回答

n你想問的是什么呀?


0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

嗯,用JS這么寫

我要回答 關(guān)注問題
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號