摘要: ###string里怎么重写equals的 public boolean equals(Object anObject) { if (this == anObject) { return true; } if (anObject instanceof String) { String another 阅读全文
posted @ 2021-08-25 23:13 Drsyq 阅读(46) 评论(0) 推荐(0)