課後作業3(創建對象)

程序代碼: public class text1 { public static void main(String arg[]) { text b=new text(); text c=new text(); text d=new text(); text e=new text();//還可以繼續創建 System.out.println("你已經創建了"+text.a+"個對象"); } } c
相關文章
相關標籤/搜索