Array elements are converted to strings using the String.valueOf() method, like this: int[] intArray = {2,5,46,12,34}; ...
確定! 回上一頁