为什么我写了这个for循环以后并不能切换按钮,然后左右按钮的切换都不行了?
for (var i = 0; i <buttons.length; i++) {
buttons[i].onclick=function(){
var myIndex=parseInt(this.getAttribute('index'));
var offset=-768*(myndex-index);
animate(offset);
index=myIndex;
changeButtons();
}