摘要: 第一题 public class EnumTest { public static void main(String[] args) { Size s=Size.SMALL; Size t=Size.LARGE; //s和t引用同一个对象? System.out.println(s==t); // 阅读全文
posted @ 2020-09-29 20:24 黄某人233 阅读(105) 评论(0) 推荐(0) 编辑