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();
}
附上html看看
第四行的myIndex改正了也还是不行