class中各個部分執行順序

public class B {     public static B t1 = new B();     public static B t2 = new B();     {         System.out.println("構造塊");     }     static     {         System.out.println("靜態塊");     }     public
相關文章
相關標籤/搜索