String s = String.valueOf(i);2.) String s = Integer.toString(i);3.) String s = "" + i;注: Double, Float, Long 轉成字串的方法大同小異.JAVA ...
確定! 回上一頁