双色球的随机 //随机数 双色球var compare = function (x, y) {//比较函数 if (x < y) { return -1; } else if (x > y) { ret … Continue reading 双色球的随机