摘要:
equals与==的区别。 下面是equals的源码 public boolean equals(Object anObject) { if (this == anObject) { //如果两个对象相等则返回true return true; } if (anObject instanceof S 阅读全文
posted @ 2016-12-12 10:58
*shishui*
阅读(143)
评论(0)
推荐(0)
浙公网安备 33010602011771号