When you create an array with an expression — such as new int[5][3] — you're specifying that each element of the main array is actually an array of type int ...
確定! 回上一頁