摘要: getClass方法 返回引用中存储的实际对象类型 应用:通常用于判断两个引用中实际存储对象类型是否一致 public static void main(String[] args) { Student s1 = new Student(); Student s2 = new Student(); 阅读全文
posted @ 2022-03-27 20:10 CC& 阅读(28) 评论(0) 推荐(0)