摘要: 1,在页面首页判断是否为android,获取manifest.json配置的版本号 onLoad() { let that = this //#ifdef APP-PLUS uni.getSystemInfo({ //获取系统信息 success: (res) => { if (res.platfo 阅读全文
posted @ 2021-11-23 16:26 虚於 阅读(1166) 评论(0) 推荐(0)
摘要: 在看代码过程中发现window._strToDecimal = function () {}这样的写法,自己没有这样写过。它与function _strToDecimal(){}有什么区别 window._strToDecimal = function () {} = var _strToDecim 阅读全文
posted @ 2021-09-26 15:09 虚於 阅读(48) 评论(0) 推荐(0)