摘要: Math.floor(Math.random() * (max - min + 1) + min) // 获取 min-max之间的随机整数,包括左右大小值的边界 Math.floor(Math.random() * (max - min) + min) // 仅获取>=小值 && < 大值的 随机 阅读全文
posted @ 2022-11-09 00:55 蓓蕾心晴 阅读(58) 评论(0) 推荐(0) 编辑