所属分类:其他-游戏
currIndex这个值你给他个随机数不就行了。
function sum (m,n){ var num = Math.floor(Math.random()*(m - n) + n); alert(num) } currIndex=sum(0,7);