androidjni.setstaticobjectfield 设置对象" target="_blank" class="relatedlink">静态对象域 static functionsetstaticobjectfield(clazz: intptr,fieldid: intptr,val: intptr) : void description描述 this function ets the value of a static field of an object. 这个函数设置一个对象的静态域的值。 the value to set is a reference to either a java.lang.object, or a subclass thereof. 设置该值不管是一个java.lang.object的引用,或是其子类。 参见:java native interface specification (oracle) |