标签:style blog http color os io for art
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
标签:style blog http color os io for art
原文地址:http://www.cnblogs.com/aineko/p/3883741.html