摘要: 1 if(item.getClass().isArray()){2 this.collection = new ArrayList();3 int length = Array.getLength(items);4 for(int i=0;i<... 阅读全文
posted @ 2014-07-31 22:52 是但哥 阅读(118) 评论(0) 推荐(0)