会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
浅唱年华1920
浮生若梦,为欢几何
博客园
首页
新随笔
联系
订阅
管理
2020年6月15日
js 随机数
摘要: Math.floor(Math.random() * (max - min + 1)) + min 例如 95 - 100 的随机数 Math.floor(Math.random() * (100 - 95 + 1)) + 95 小数 例如 0.9 - 1 Math.floor(Math.rando
阅读全文
posted @ 2020-06-15 16:25 浅唱年华1920
阅读(159)
评论(0)
推荐(0)