我认为Math.floor(Math.random() * .length)
我对.length
var example0 = new array("example", "example2");
我会放Math.floor(Math.random() * example0.length
吗?
答案 0 :(得分:0)
var example0 = new Array("example", "example2");
alert(Math.floor(Math.random() * example0.length));
在询问之前,请尝试自己动手,检查开发人员控制台以捕获错误,日志。有很多信息(在你的开发者控制台中)。我们都是人类,不时感到厌倦,疲惫,因此我们都会犯错误或者拼错。