摘要: 今天完成了Java基础语法以及动手动脑的测试,看了一些生成验证码的教程,尝试打了一些代码。 阅读全文
posted @ 2024-09-27 20:52 阿伟· 阅读(3) 评论(0) 推荐(0) 编辑
摘要: class EnumTest { public static void main(String[] args) { Size s=Size.SMALL; Size t=Size.LARGE; System.out.println(s==t); //false System.out.println(s 阅读全文
posted @ 2024-09-27 17:34 阿伟· 阅读(7) 评论(0) 推荐(0) 编辑