摘要: 1. == 1.1 基本数据类型比较值 1.2 引用数据类型比较引用地址 public class EqualsTest { public static void main(String[] args) { Person tom = new Person(1, "Tom"); Person tom1 阅读全文
posted @ 2022-04-06 17:14 写代码的小哥哥 阅读(30) 评论(0) 推荐(0)
摘要: 1.接口情况 阅读全文
posted @ 2022-04-06 16:59 写代码的小哥哥 阅读(22) 评论(0) 推荐(0)