Integer類型、int類型類型、String類型的相互轉換

public class TestInteger { public static void main(String[] args) { //使用Integer類中的構造方法來構造對象,該類沒有無參構造方法 // int類型轉換成Integer Integer it1 = new Integer(123); //自動調用toString()方法,獲得字符串類型的十進制整數 System.out.pr
相關文章
相關標籤/搜索