大约有 3 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0013 秒)
...关的链接 提交 1 个回复 qian 赞同来自: 试试Browser.window["conchConfig"].getOS() 具体参考相关文档https://ldc.layabox.com/doc/?nav=zh-as-6-1-8 2017-12-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 155*****583 相...
来源: Laya_社区 发布时间: 20171228
... 959 关注: 3 人 杨福峰 • 2019-11-04 18:23 let os = (window as any).conchConfig.getOS(); let bridge; if (os === 'Conch-ios') { alert(os); bridge = (window as any).PlatformClass.createClass('JSBridge'); } 官方这样写的发给我的,是没错,但没告诉我,怎么去通过bridge调xc...
来源: Laya_社区 发布时间: 20191104
...202 static os; static bridge; static initNative() { AppConfig.os = window['conchConfig'].getOS(); if (AppConfig.os == "Conch-ios") { AppConfig.bridge = window['PlatformClass'].createClass("JSBridge");//创建脚步代理 } else if (AppConfig.os == "Conch-android") { //需要完整的类路径,注...
来源: Laya_社区 发布时间: 20200917