摘要: public class EnumTest { public static void main(String[] args) { Size s = Size.SMALL; Size t = Size.LARGE; System.out.println(s==t); System.out.printl 阅读全文
posted @ 2020-10-03 16:30 Gazikel 阅读(84) 评论(0) 推荐(0) 编辑