摘要: if(items.getClass().isArray){ this.collection = new ArrayList(); int length = Array.getLength(items); for(int i=0;i<length;i++){ Object value = Array... 阅读全文
posted @ 2014-01-05 18:12 MrMrCash 阅读(189) 评论(0) 推荐(0)