Student s1=new Student(John);Student s2=new Student(Alice);s1=s2;System.out.println(s1.getName());输出结果为?( )。 A、JohnB、nullAliceD、不能确定 发布时间:2024-09-26 02:19:29