为了账号安全,请及时绑定邮箱和手机立即绑定

如何使用if(math.random == 50)?

如何使用if(math.random == 50)?

翻阅古今 2021-04-03 14:11:55
所以我正在尝试制作一个选择随机数的网站,如果该数字介于例如50-60之间,它将做某事这是一些代码:var opengg;window.onload = function() {    opengg = function() {    console.log(Math.floor(Math.random() * 100));    if (Math.floor(Math.random() * 100) == 50) {            console.log("test")        }    }}
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 222 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信