To create a two-dimensional array in JavaScript, you can use an array of arrays. Here's an example: var myArray = [ [1, 2, 3], [4, 5, 6] ...
確定! 回上一頁