androidjni.setstaticfloatfield 设置静态浮点数域 static functionsetstaticfloatfield(clazz: intptr,fieldid: intptr,val: float) : void description描述 this function ets the value of a static field of an object. 这个函数设置一个对象的静态域的值。 参见:java native interface specification (oracle) |