我这个代码如何实现在鼠标选中某个选项后再使用键盘选择时,是从当前鼠标选中的项目开始选择。而不是重置,从第一项开始。
重写
function aOver(){
for(var i=0;i<as.length;i++){
as[i].style.background='none';
}
index=this.name;
this.style.backgroundColor="#ccc";