關於Java類中變量的初始化

public class Test { int a; static int b = 123; final static int c; void init(){ int d; } public static void main(String[] args) { int e; System.out.pri
相關文章
相關標籤/搜索