static

public class Test { public static void main(String[] args){ //static 關鍵字 Person per1 = new Person(); per1.name = "Rose"; per1.age = 18; Person per2 = new Pe
相關文章
相關標籤/搜索