摘要: 运行以下代码: 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-05 15:12 Espen 阅读(92) 评论(0) 推荐(0)