这样写为什么会报错?求解答
//设置当前为高亮显示 this.className = 'select'; divs[this.id].style.display = 'block';
这里写成
title[i].className = 'select'; divs[i].style.display = 'block';
为什么会报错?
//设置当前为高亮显示 this.className = 'select'; divs[this.id].style.display = 'block';
这里写成
title[i].className = 'select'; divs[i].style.display = 'block';
为什么会报错?
2018-11-01
举报