androidjni.setlongfield 设置长整数域 static functionsetlongfield(obj: intptr,fieldid: intptr,val: int64) : void description描述 this function sets the value of an instance (nonstatic) field of an object. 这个函数设置一个对象实例(非静态)域的值。 参见:java native interface specification (oracle) |