摘要: 实体类 class Point { private int x; private int y; public int getX() { return x; } public void setX(int x) { this.x = x; } public int getY() { return y; 阅读全文
posted @ 2020-04-16 23:38 ibrake 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 代码 @Slf4j public class StringCompareDemo { public static void compare() { String a = "1"; String b = "1"; log.info("\nString a = \"1\";\n" + "String b 阅读全文
posted @ 2020-04-16 23:00 ibrake 阅读(567) 评论(0) 推荐(0) 编辑