标签: javascript
这段代码有没有办法返回Infinity。我们在代码中使用它在浏览器中生成随机数,但有些客户返回Infinity。
Infinity
Math.floor(Math.random() * Math.pow(10, 5))
我能想到的唯一方法就是有人覆盖了Math.random
Math.random