我尝试了几种方法来获取 1 到 10 之间的随机数,但都返回 undefined 或 NaN,为什么?这是我尝试过的
var num = Math.floor(Math.random * 10)
function getNum() {
return Math.floor(Math.random * 10);
}
var num2 = getNum();
console.log('num = ' + num + 'num2 = ' + num2);
登录时都没有给出号码
摇曳的蔷薇
ITMISS
小唯快跑啊
相关分类