提交 a1b57edd 编写于 作者: ProYRB's avatar ProYRB 😘

添加文件

上级 ba085e2d
//获取随机数
function getRandNumb(min, max) {
var range = max - min
var seed = Math.random()
return (min + Math.round(seed * range))
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册