大约有 5 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0032 秒)
...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
...览器 if (Laya.Browser.onChrome) { console.log("Chrome"); } Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2024-09-10 16:27:12 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20240910
... 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
...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
...p1.pos(200, 190); // 加载并显示一个图片1 sp1.loadImage("resources/layabox.png", null); //需要在resources文件夹下放入layabox.png图片 let sp2 = new Laya.Sprite(); Laya.stage.addChild(sp2); // 加载并显示一个图片2 sp2.loadImage("atlas/comp/image.png", null); // 设置zOrder ...
来源: Laya3.0_文档 发布时间: 20250103