比如代码这样.
int[] A = {1,2,3,4}; 
System.out.println(A.hashCode()); print出来的是什么呢?谢谢了,刚才看另外一个贴,hashcode没用过不懂。