摘要: 执行代码 public class Demo06 { public static void main(String[] args) { String s="hello"; System.out.println(s.hashCode()); } } 以下是hashCode()源码 public int 阅读全文
posted @ 2020-10-03 16:07 dogtwohaha 阅读(389) 评论(0) 推荐(0)