摘要: 运行代码: public class Test { public static void main(String[] args){ Foo obj1=new Foo();} class Foo { int value; public Foo(int initValue) { value = init 阅读全文
posted @ 2022-10-08 23:14 迷路的羔羊- 阅读(51) 评论(0) 推荐(0)