manifest.json
"version": {
"name": "1.0",/应用版本名称/
"code": "84"
},
我需要获取上面的84,有特殊作用,请教如何获取
plus.runtime.getProperty(plus.runtime.appid, function(wgtInfo) {
console.log("[APP] launchLoadedTime: " plus.runtime.launchLoadedTime "ms");
console.log("[APP] launcher: " plus.runtime.launcher);
console.log("[APP] appId: " wgtInfo.appid);
console.log("[APP] version: " wgtInfo.version);
console.log("[APP] code: " wgtInfo.version.code);
console.log("[APP] innerVersion:" plus.runtime.innerVersion);
console.log("[APP] name: " wgtInfo.name);
console.log("[APP] description: " wgtInfo.description);
console.log("[APP] author: " wgtInfo.author);
console.log("[APP] license: " wgtInfo.license);
console.log("[APP] licensehref: " wgtInfo.licensehref);
console.log("[APP] features: " wgtInfo.features);
});
6 个回复
rodgerz
mui.getJSON("manifest.json",null,function(data){
});
pango (作者)
有高手知道吗?
无名2015
哥们 获取到code没有?
BirdZhang
1楼的方法是可行的
无名2015
这个方法不行的 你可以看下5+api getProperty()函数返回中 version: (String 类型 )应用的版本号 http://www.html5plus.org/doc/zh_cn/runtime.html#plus.runtime.WidgetInfo
2016-07-02 18:21
BirdZhang
回复 无名2015:好吧。。。我前两天刚用这个方法获取了version,code还没试过。。。
2016-07-02 18:35
无名2015
1楼方法可行的
l***@126.com
我用的怎么不行呢?
2016-12-23 15:07
s***@starscube.com
plus.runtime.versionCode