大约有 802 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0060 秒)
... exist: {init: ƒ} VM163:1 请先初始化小游戏适配库,详细教程https://ldc.layabox.com/doc/?nav=zh-ts-5-0-0 console.error @ VM163:1 Browser.__init__ @ code.js:7131 (anonymous) @ code.js:7056 GameEx @ code.js:56322 (anonymous) @ code.js:56681 require @ WAGame.js:3 (anonymous) @ WAGame.js:...
来源: Laya_社区 发布时间: 20180426
...d Error: module "libs/laya.wxmini.js" is not defined at require (http://127.0.0.1:43425/game/__ ... :13569) at http://127.0.0.1:43425/game/__ ... 13424 at http://127.0.0.1:43425/game/game.js:6:2 at require (http://127.0.0.1:43425/game/__ ... :13675) at <anonymous>:1:1 console.error @...
来源: Laya_社区 发布时间: 20180602
... var iframe = new laya.html.dom.HTMLIframeElement(); iframe.href="http://www.baidu.com"; Laya.stage.addChild(iframe); //showText(); })(); 2017-11-13 0 0 分享 微博 QZONE 微信 wudi199553 赞同来自: 麻烦你说的具体一点行么 2017-11-13 0 3 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20171113
# HttpRequest详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest`,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ## 原...
来源: Laya2.0_文档 发布时间: 20210714
# HttpRequest详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest`,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ## 原...
来源: Laya2.0_文档 发布时间: 20210715
HttpRequest如何发送JSON数据 发送JSON数据 var logReq = new laya.net.HttpRequest(); logReq.once(Laya.Event.COMPLETE,this,this.onComplete); logReq.send("http://127.0.0.1:3001/login", "username: 'lxd', password: 'lxd'", 'post', "json...
来源: Laya_社区 发布时间: 20170906
#HttpRequest详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest `,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ##...
来源: Laya2.0_文档 发布时间: 20210715
... 请教下用哪个工具转的 我盼乙卯 • 2018-07-04 17:26 @cike007:https://www.sohu.com/a/218456675_609455 Laya_Aaron • 2018-03-13 17:11 多发一些信息 xiongxin11 • 2018-03-13 17:13 WAGame.js:3 gameThirdScriptError module "bytebuffer.js" is not defined Error: module "b...
来源: Laya_社区 发布时间: 20180313
...async.js 2020-04-22 18:21:18.935091+0800 layabox[3608:626785] loadApp:http://nativetest.layabox.com/layaplayer/index.js 2020-04-22 18:21:18.947642+0800 layabox[3608:626785] setCachePath:/var/mobile/Containers/Data/Application/9FBCE143-92A3-4A86-9F8E-1E6CE412EDD3/Library/Caches//appCache/ 2020-0...
来源: Laya_社区 发布时间: 20200422
...路径,即使默认启动的是index.html,也要输入/index.js。** * http://testgame.layabox.com/index.js 正确 * http://192.168.0.100:8899/index.js 正确 * http://testgame.layabox.com/ 错误 * http://testgame.layabox.com 错误 * http://192.168.0.100:8899/ 错误 * http://192.168.0.100:889...
来源: Laya2.0_文档 发布时间: 20210715