这不是个bug
2015-12-04 21:13
一直跟着老师做,可做到这里,加上下面代码图片没滚动了,一点效果没有,为什么?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;
以懂。
tracyl...
是什么原因啊?
2017-07-12 10:27:14
共 1 条回复 >
焦点图轮播特效
65279 学习 · 611 问题
相似问题
回答 3
回答 1
回答 2