📜  生成唯一的随机数 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:26.853000             🧑  作者: Mango

代码示例1
Math.floor(Math.random() * (num2-num1 + 1) + num1)