獲取亂序數組

一   arr.sort(function(){return 1~-1的隨機數})二    var narr = [];function getrandomindex(newarr) {    var i = parseInt(Math.random() * 10);    var temparr = newarr;    if (temparr.indexOf(i) == -1) {        temparr.push(i);        console.log(temparr, '000')    }    if (temparr.length < 10) {        getrandomindex(temparr);    } else {        narr = temparr    }};getrandomindex([]);console.log(narr, '1111');
相關文章
相關標籤/搜索