大约有 7 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0036 秒)
... 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
...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
...,或官网的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
... 页面提供了一个 worker 支持的全局函数列表。 Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-01-03 11:55:19 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20250103
...目内,基于Protobuf通信的完整流程已验证通过。 Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-01-03 16:42:22 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20250103
...一个图片集合文件,一次性解析并加载等待。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:33:43 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20230303
...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