java:面向對象(代碼塊的執行順序練習)

class Student { static { System.out.println("Student 靜態代碼塊"); } { System.out.println("Student 構造代碼塊"); } public Student() { System.out.println("Student 構造方法"); }
相關文章
相關標籤/搜索