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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

為什么和標(biāo)準(zhǔn)代碼基本一樣的鍵盤卻沒(méi)有辦法執(zhí)行出結(jié)果。在調(diào)試中index的值利用console顯示不出來(lái)

window.onload=dropdown;

function dropdown(){

var showbox=document.getElementById("showbox"),

lists=document.getElementById("lists"),

tzj=document.getElementsByTagName("li");

//鼠標(biāo)點(diǎn)擊功能

showbox.onclick=function(event){

event=event||window.event

if(event.stopPropagation){

? ? ? ? ? event.stopPropagation();

?? ? }else{

? ? ? ? ? event.cancelBubble=true;

?? ? }

lists.style.display="block"

}

for(i=0,j=tzj.length;i<j;i++){

tzj[i].onmouseover=function(){

this.style.background="#ccc";

}

tzj[i].onmouseout=function(){

this.style.background="white";

}

tzj[i].onclick=function(e){

e=event||window.event

var classify=document.getElementById("classify")

if(e.stopPropagation){

? ? ? ? ? e.stopPropagation();

?? ? }else{

? ? ? ? ? e.cancelBubble=true;

}

? ? ?

classify.innerHTML=this.innerHTML

?? ? lists.style.display="none";

? ? }

? ? }

document.onclick=function(){

lists.style.display="none";

}

//鍵盤功能

? document.onkeyup=function(event){

? event=event||window.event

? var index=-1;

? ?

? for(i=0,j=tzj.length;i++;i<j){

?

? if(event.keyCode==40){

? index++;

? console.log(index)

? if(index>=tzj.length){

?? ? ? ? ? ? ? index=0;

? ? ? ? ? ? }

? tzj[index].style.background="#ccc";

?

? }

?

? if(event.keyCode==38){

?? ? ? ? ? ? if(index<=0){

?? ? ? ? ? ? ? index=as.length;

?? ? ? ? ? ? }

?? ? ? ? ? ? index--;? ?

?? ? ? ? ? ? tzj[index].style.background="#ccc"; ? ? ?

? ? ? ? ? }

}

?

? }

}


正在回答

1 回答

http://img1.sycdn.imooc.com//5929750b0001cfb006270443.jpg

參考下吧

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

我愛(ài)小小小橘子 提問(wèn)者

非常感謝!
2017-07-13 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

為什么和標(biāo)準(zhǔn)代碼基本一樣的鍵盤卻沒(méi)有辦法執(zhí)行出結(jié)果。在調(diào)試中index的值利用console顯示不出來(lái)

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

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

幫助反饋 APP下載

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

公眾號(hào)

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