Get an array element by index using [ ] ; numArray = [1,4 ; var value = numArray[3] ; console.log(value) ...
確定! 回上一頁