我正在尝试使用 .indexOf 来确定数组是否包含字符串。有些东西导致错误,但我不知道是什么。我确信这是一件非常简单的事情,但我不懂语言,所以看不到它。怎么了?
//this code creates an error in IE
var myMines=new Array();
var newMine="22";
var myVar = myMines.indexOf(newMine); //when I comment out this line, the page does not generate an error