You cannot print an array in Java just by using System.out.println() . Instead, you need to loop through each item and convert it to String before printing it.
確定! 回上一頁