摘要: ##总结 public final native Class<?> getClass() //返回此 Object 运行时的类 public native int hashCode() //返回对象的哈希码 public boolean equals(Object obj) //判断其他对象与此对象 阅读全文
posted @ 2020-10-29 19:50 流光幻影 阅读(144) 评论(0) 推荐(0)