我如何使用Math对象按数组的长度进行缩放?

时间:2015-07-11 14:41:58

标签: javascript arrays

我认为Math.floor(Math.random() * .length)我对.length

之前的内容感到困惑
var example0 = new array("example", "example2");

我会放Math.floor(Math.random() * example0.length吗?

1 个答案:

答案 0 :(得分:0)

var example0 = new Array("example", "example2");

alert(Math.floor(Math.random() * example0.length));

在询问之前,请尝试自己动手,检查开发人员控制台以捕获错误,日志。有很多信息(在你的开发者控制台中)。我们都是人类,不时感到厌倦,疲惫,因此我们都会犯错误或者拼错。