for(var i=0; i<oLi.length;i++){ oLi[i].index = i; oLi[i].onclick = function(){ for(var n=0;n<oLi.length;n++){ oLi[n].className = ""; oDiv[n].className = "hide"; } this.className = "on"; oDiv[this.index].className = ""; } };
添加回答
举报
0/150
提交
取消