获取运行时全局变量。
继承标准对象输入,扩展属性描述
继承标准对象输出,无扩展属性。
app.getGlobalVariable("name",function(res){ app.alert("返回值类型:"+typeof(res)+" 结果:"+ JSON.stringify(res)); });
← setGlobalVariable register →