摘要: 枚举类 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 @ 2024-09-28 11:09 muxin1630 阅读(9) 评论(0) 推荐(0)