摘要: 一. 1. 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-30 23:00 小强哥in 阅读(118) 评论(0) 推荐(0) 编辑