摘要: 运行以下代码: public class Test { public static void main(String[] args) { Foo obj1 = new Foo(); Foo obj2 = new Foo(); System.out.println(obj1 == obj2);//? 阅读全文
posted @ 2022-10-08 19:15 哦了鹿茸 阅读(33) 评论(0) 推荐(0)