舉例如下 class DecodeDemo { public static void main(String[] args) { String s = "22"; Integer i = Integer.decode(s); System.out.println(i); } } /* 《程式 ...
確定! 回上一頁