摘要: 1.以下代码无法通过编译: public class Test1 { public static void main(String[] args) { Foo obj=new Foo(); } } class Foo{ int value; public Foo(int initValue) { v 阅读全文
posted @ 2022-10-08 10:00 漏网鲨鱼 阅读(19) 评论(0) 推荐(0)