您的位置:首页 > 其它

金立E7手机怎么样?看看大家怎么说?

2013-11-20 06:40 302 查看
java操作任意数组:
if(items.getClass().isArray()) {
this.collection = new ArrayList();
int length = Array.getLength(items);
for(int i=0;i<length;i++) {
Object value = Array.get(items, i);
this.collection.add(value);
}
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐