androidjni.getintarrayelement 获取整数数组元素 static functiongetintarrayelement(array: intptr,index: int) : int32 description描述 returns the value of one element of a primitive array. 返回一个基本数组一个元素的值。 this function is a special case of getintarrayregion(), called with region size set to 1. 这个函数是一个特殊情况的getintarrayregion(),就是region大小设置为1时。 |
最新评论