标签: javascript
Math.floor((Math.random()* 1));
答案 0 :(得分:1)
您的代码几乎是正确的,但您想要
Math.floor((Math.random() * 2));
答案 1 :(得分:0)
使用以下代码行:
Math.floor((Math.random() * 1) +0.5);