大约有 13 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0033 秒)
...下例子。 ```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