扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.lang.reflect类array的类成员方法: getboolean定义及介绍
发布时间:2014-2-17
本文导语:
getboolean
public static boolean getboolean(object array,
int index)
throws illegalargumentexception,
arrayindexoutofboundsexception
以 boolean 形式返回指定数组对象中索引组件的值。
...