随机生成m-n之间的数字

let min = 10,max = 50
Math.floor(Math.random() * (max - min + 1)) + min
posted on 2022-05-13 17:20  文仲玉  阅读(21)  评论(0编辑  收藏  举报