大约有 197 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0034 秒)
Laya_社区(163) Laya2.0_文档(15) Laya3.0_文档(7) Laya_示例(3) Laya2.0_示例(3) laya_api(2) Laya3.0_api(2) Laya2.0_api(2)
...aMaxUI.ts 并没有变化…… 微信小游戏 websocket错误 SocketTask.send:fail SocketTask.readState is not OPEN 有关window open问题 微信小游戏websocket open事件异常 用微信开发工具运行, 报错,ENOENT: no such file or directory, open 'release\wxgame\GameMain.js.map'' La...
来源: Laya_社区 发布时间: 20171110
...D_RETRY_LAST Allocation failed - JavaScript heap out of memory httpRequest send返回Request failed Status:0 LayaAirIDE构建的iOS包加入网易七鱼后崩溃,报错信息curl_easy_perform failed, code=35 Failed to construct 'AudioContext' 第一次用,Failed to load resource: net::ERR_FILE_N...
来源: Laya_社区 发布时间: 20170216
...null,aaa,0,false);aaa是一个测试方法 资源加载后的 回调 网络send 不回调?什么情况? Skeleton 类播放完成一遍后有没事件或者回调 如何定义动画播放过某帧后的回调函数 load方法的progress回调进的次数太少了。是我哪里设置有问题么 ...
来源: Laya_社区 发布时间: 20170309
...据,如果可以应该要将上面的请求语句怎么改,还有这个send方法能写哪些参数进去 附件 : --> 2016-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: Post请...
来源: Laya_社区 发布时间: 20161124
...ndler(data){ console.log(data); }; function errorHandler(data){ }; xmlHttp.send("http://","","post","text"); 2018-02-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 lambun 赞同来自: 为什么我这样写open...
来源: Laya_社区 发布时间: 20180202
...ction to 'ws://192.168.0.8:8102/' failed: Invalid frame header httpRequest send返回Request failed Status:0 手机调试时http请求错误,返回Request failed Status:0 FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory FATAL ERROR: CALL_AND_RETRY_LAST Allocation ...
来源: Laya_社区 发布时间: 20190307
...le.log("Id:",reqId); console.log("Param:",msg); console.groupEnd(); } this.sendMessage(reqId, route, msg); this.callbacks[reqId] = cb; this.routeMap[reqId] = route; } public notify(route:string, msg:any):void { this.sendMessage(0, route, msg); } private onMessage(event:Laya.Event):void{ console.log(...
来源: Laya_社区 发布时间: 20180119
... self.postMessage(data); } xmlreq.open("get","../atlas/comp.json"); xmlreq.send() }, false); 这个例子是在worker中进行加载文件,加载完毕传给主进程,运行这个例子可以在浏览器控制台看到数据输出来。 var myWorker = new Worker("my_task.js")实例化一个worke...
来源: Laya3.0_文档 发布时间: 20251010
...OR, this, errorHandler); xhr.on(Event.PROGRESS, this, processHandler); xhr.send("http://www.baidu.com", "", "get", "text"); function processHandler(data) { console.log(data); } function errorHandler(data) { console.log(data); } function completeHandler(e) { console.log(e); }下面是运行结果,...
来源: Laya_社区 发布时间: 20180208
... any = null): void { console.log(`平台 正确建立连接`); this.socket.send("getScore"); } private receiveHandler(msg: any = null,data): void { console.log(`接收到数据触发函数:` + msg); ///////////////////////////////////////////////////////////// 这里的msg,是监听事件的名称,...
来源: Laya_社区 发布时间: 20180424