最新回答 / _浪仙_
//用户滑到了最右边图
else if (index > children - 1){
index = children - 1;
}看看你的这段代码是不是大于号写成了小于号
2017-08-03