// 得到数组中的某个元素 public Object getByArray(Object array, int index) { return Array.get(array,index); }