摘要: Public class Tese{ pulic static voif main(String[] args){ Foo obj1=new Foo(); } class Foo{ int value; public Foo(int initValue){ value=initValue; } } 阅读全文
posted @ 2023-09-28 21:16 贾贾鱼 阅读(28) 评论(0) 推荐(0)