In Java, you can create an empty array by specifying the size of the array as 0. Here's an example: [code]goCopy codeint[] myArray = new int[0]; [/code]In ...
確定! 回上一頁