java操作任意数组:

if(items.getClass().isArray()) {this.collection = new ArrayList();int length = Array.getLength(items);for(int i=0;i