已采纳回答 / 海阔天空_0033
for (var i in arr)
{
document.write("第"+i+"个元素的值为:"+arr[i] + "<br />");
}
easy朋友使用上面的代码试试。
2014-07-31