?for(var i=0,l=as.length;i<l;i++){?document.onkeydown=function(event){? ? ? ? ? event=event||window.event;? ? ? ? ? //上下鍵? ? ? ? ? if(event.keyCode==38){ ?i=i-1;? ? ? ? ? ? ?onmouseover(); ?? ? ? ? ? ? ? if(i=0){? ? ? ? ? ? ? ? ?otherBackGround();? ? ? ? ? ? ? }? ? ? ? ? }? ? ? }}
js鍵盤事件,控制臺顯示缺少對象
慕粉13727861792
2018-01-22 22:23:38