扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.lang.reflect类array的类成员方法: get定义及介绍
发布时间:2014-2-17
本文导语:
get
public static object get(object array,
int index)
throws illegalargumentexception,
arrayindexoutofboundsexception
返回指定数组对象中索引组件的值。如果该值是一个基本类型值,则自动将其包装...