大约有 35 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0041 秒)
...idu.com,这个加头后,为啥还连不上, 看代码-> this.hr=new HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.hr.s...
来源: Laya_社区 发布时间: 20151028
...回复问题请先登录 发起人 150*****372 相关问题 TypeScript下HttpRequest发送Post请求有Bug? 1.7.20beta有bug,帧属性面板打不开 自从layaflash起,就一直存在的bug LayaAir2.61 测试版 物理引擎bug 百分百 复现 富文本下划线绘制bug 【BUG备忘录】关...
来源: Laya_社区 发布时间: 20180720
...下例子。 ```java package { import laya.events.Event; import laya.net.HttpRequest; import laya.utils.Browser; public class Main { public function Main() { //初始化引擎 Laya.init(500,500); var httpreq:HttpRequest = new HttpRequest(); httpreq.on(Event.COMPLETE,this,this.completeHandler); httpr...
来源: Laya2.0_文档 发布时间: 20210715
...eo; constructor() { //初始化引擎 Laya.init(500,500); var httpreq:Laya.HttpRequest = new Laya.HttpRequest(); httpreq.on(Laya.Event.COMPLETE,this,this.completeHandler); httpreq.on(Laya.Event.ERROR,this,this.errorHandler); httpreq.send("demo1.js"); } private completeHandler(e:any):void{ var script...
来源: Laya3.0_文档 发布时间: 20251010
...7) at EventHandler.__proto.runWith (libs/laya.core.js:1627) at HttpRequest.__proto.event (libs/laya.core.js:1384) at HttpRequest.__proto.complete (libs/laya.core.js:15788) at HttpRequest.__proto._onLoad (libs/laya.core.js:15752) 加载场景的时候报了这个错误。不...
来源: Laya_社区 发布时间: 20170428