摘要: toString() public String toString() { return getClass().getName() + "@" + Integer.toHexString(hashCode()); } 返回该对象的字符串表示。 返回一个用于描述该对象的字符串。 toString()方 阅读全文
posted @ 2020-03-08 20:44 Peter.Jones 阅读(97) 评论(0) 推荐(0)