We've already seen the simplest way to add elements to an array: just assign values to new indexes: a = [] // Start with an empty array. a[0] = "zero"; ...
確定! 回上一頁