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