var h = [Aumecrica, Grrense, Eritain, Ganda, Emypt];for (var i = 0; i < h.length; i++) { document.write(h[i]);}为什么遍历不出来?