摘要: Objec类 Test t1 = new Test(); Test t2 = new Test(); //toString方法,对某个对象的字符串输出 //getClass方法,返回该对象的Class类型 Class c = t1.getClass(); //hashCode方法,返回某个对象地址的 阅读全文
posted @ 2021-02-19 23:22 姬如乀千泷 阅读(47) 评论(0) 推荐(0)