var = rnd(1,4) ,从1-4里面随机抽取一个数
function rnd(n, m){
return Math.floor(Math.random()*(m-n+1)+n)
}
字符串转int
var rest = parseInt($(".major").html()) -1;
var = rnd(1,4) ,从1-4里面随机抽取一个数
function rnd(n, m){
return Math.floor(Math.random()*(m-n+1)+n)
}
字符串转int
var rest = parseInt($(".major").html()) -1;