java執行順序大觀

public class ExeSeqTest {     public static void main(String [] args){         System.out.println(new B().getValue());     }     static class A{         protected int value;         public A(int v) {
相關文章
相關標籤/搜索