• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 7 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0037 秒)

1. 网络通信 · LayaAir3文档 · LAYABOX [ 100%]

... name=myname 和 psword=xxx this.hr.send('http://xkxz.zhonghao.huo.inner.layabox.com/', null, 'get', 'text'); 这里的重点是send方法,这个send方法要和 XMLHttpRequest 的send区分开。 2.3 POST 下面用post方法请求一个数据方式如下: this.hr = new HttpRequest(); this.hr.on...

来源: Laya3.0_文档 发布时间: 20250104

2. HTTP通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 95%]

...ttps://developer.mozilla.org/zh-CN/docs/Web/API/XMLHttpRequest Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-02-14 17:54:48 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20250214

3. WebSocket通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 78%]

...,或官网的API文档 https://layaair.com/3.x/api/ https://github.com/layabox/LayaAir Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-02-14 17:54:48 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20250214

4. 多线程Worker · LayaAir3.3 · 引擎文档 · LAYABOX [ 73%]

... 页面提供了一个 worker 支持的全局函数列表。 Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-01-03 11:55:19 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20250103

5. ProtocolBuffer通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 59%]

...目内,基于Protobuf通信的完整流程已验证通过。 Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-01-03 16:42:22 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20250103

6. 使用二进制图片 · LayaAir3.0文档 · LAYABOX [ 54%]

...一个图片集合文件,一次性解析并加载等待。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:33:43 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20230303

7. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 38%]

...ser.window.QRCode(div,{ width:100, height:100 }); var url:string = "http://layabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,this.clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); 编译运行上面的代码,然后点击舞台可以看到,...

来源: Laya3.0_文档 发布时间: 20240910