產生一個數組,陣列的值是min到max之間的數,隨機排列function RandomArr(Min, Max) {var array = new Array();var cha=Max-Min;for (var i = 0; ...
確定! 回上一頁