int i = 1234; String str = Integer.toString(i);. Returns a String object representing the specified integer. The argument is converted to signed ...
確定! 回上一頁