我有一个数组,只是想获得索引1的元素/值var myValues = new Array();var valueAtIndex1 = myValues.getValue(1); // (something like this)如何在JavaScript中数组的第一个索引处获取值? 查看完整描述