直接打印一个对象的引用时相当于调用toString()方法
该方法返回一个字符串,其值为: getClass().getName() + '@' + Integer.toHexString(hashCode())该方法返回一个字符串,其值为:直接打印一个对象的引用时相当于调用toString()方法
该方法返回一个字符串,其值为: getClass().getName() + '@' + Integer.toHexString(hashCode())该方法返回一个字符串,其值为: