To display the contents of arrays in Java, you want to use: Arrays.toString(arrayVar). (where you import Arrays from java.util) instead of
確定! 回上一頁