Integer 類別有toString() 方法,可以將int 整數或字串(string) 轉換成整數物件(object) ... static Integer valueOf(String s, int radix), 回傳參數的字串物件 ...
確定! 回上一頁