基本寫法 js var arr = [ "A", "B", "C" ]; 等同於 js var arr = new Array("A", "B", "C"); ... 延伸:如果想要迭代物件的話:使用 Object.keys() :
確定! 回上一頁