摘要: 动手动脑 一、为何下面的代码无法编译 public class D1 { public static void main(String[] args) { //int a=1; Foo f=new Foo(); //System.out.println(f.value); } } class Foo 阅读全文
posted @ 2019-10-15 23:18 ziyuliu 阅读(118) 评论(0) 推荐(0) 编辑