摘要: 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 @ 2025-09-25 20:52 lagranSun 阅读(11) 评论(0) 推荐(0)