该文被密码保护。 阅读全文
posted @ 2020-03-23 17:20 why666 阅读(1) 评论(0) 推荐(0)
摘要: 1.String a = "A";String b = "A";= 是一个赋值的,而A在内存中有自己本身的hashcodeSystem.out.println(System.identityHashCode(a));System.out.println(System.identityHashCode 阅读全文
posted @ 2020-03-23 14:33 why666 阅读(124) 评论(0) 推荐(0)