1 if(item.getClass().isArray()){ 2 this.collection = new ArrayList(); 3 int length = Array.getLength(items); 4 for(int i=0;i<length;i++){ 5 Object value = Array.get(items,i); 6 this.collection.add(value); 7 } 8 }
接收任何类型集合或数组的代码
标签案例-开发foreach标签,布布扣,bubuko.com
时间: 2024-12-28 02:40:12