function randomNumbers($range){ return $range[0] + Math.round(Math.random() * ($range[1] - $range[0])); } // 生成随机数字 function ...
確定! 回上一頁