一直跟着老师做,可做到这里,加上下面代码图片没滚动了,一点效果没有,为什么?var index = 1; function showButton() { buttons[index - 1] .className = 'on'; } index += 1; showButton();index -= 1; showButton();
一直跟着老师做,可做到这里,加上下面代码图片没滚动了,一点效果没有,为什么?
var index = 1;
function showButton()
{
buttons[index - 1] .className = 'on';
}
index += 1;
showButton();
index -= 1;
以懂。