摘要:
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 @ 2016-10-07 22:19
杨寒
阅读(108)
评论(0)
推荐(0)