String s = new String("abc"); System.out.println(s); 这输出是s的内容,这明明是对象的引用啊,是地址啊 如果这样 Student student =new Student(); System.out.println(student);却打印地址