包含min 和max 的整數 function getRandomIntInclusive(min, max) { // min = Math.ceil(min); // max = Math.floor(max);
確定! 回上一頁