大约有 28 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)
HttpRequest有一定几率触发error事件 Status:0 在微信开发者工具中,调用 request.send(url + method, data, "post", "json", ["Content-Type","application/json","Authorization", "Bearer " + PlayerModel.Instance.token]); 大部分时候正常 但有20%的几率会触发error事件...
来源: Laya_社区 发布时间: 20180330
...rl "res/ui.xxx", 资源是自定义二进制文件 代码: var http:HttpRequest=new HttpRequest(); http.send("res/ui.xxx",null, "get","arraybuffer"); 2018-01-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回...
来源: Laya_社区 发布时间: 20180126
...H5游戏,退到后台,等几秒返回音乐音效全无 TypeScript下HttpRequest发送Post请求有Bug? 1.7.15 小游戏3d 发布后在手机预览显示异常 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页呢 打包android版本 点击返回键会...
来源: Laya_社区 发布时间: 20171016
...e: 'CIRCULAR_DEPENDENCY', Failed to load resource: net::ERR_FILE_NOT_FOUND HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStringWithCodeCache failed 发布QQ包报错 安卓的QQ扫码时运行不出来 WebSocket connection to 'ws://192.16...
来源: Laya_社区 发布时间: 20190508
...语文本显示缺笔少划 web和微信端没有问题,打包成apk后 httprequest报Request failed Status:404 text:undefined 问题状态 最新活动: 2019-05-14 17:40 浏览: 894 关注: 2 人
来源: Laya_社区 发布时间: 20181230
... private connect(): void { console.log("connect...."); this.hr = new Laya.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.se...
来源: Laya_社区 发布时间: 20201023
... text = text.replace("{" + i + "}", args[i]); } this._text = text; } } 3、HTTPRequest中错误输出:前面的status和statusText都是空的 根本打印不出任何东西。 /** * @private * 请求出错侦的听处理函数。 * @param e 事件对象。 */ protected function _onError(e:*):void...
来源: Laya_社区 发布时间: 20180820
...254.151.248/sf_serve ... 3B%3B alert("url=" + url); var req = new laya.net.HttpRequest(); req.on(laya.events.Event.COMPLETE, null, cb_onSuccess); req.on(laya.events.Event.ERROR, null, cb_onFail); req.send(url); } function cb_onSuccess(response) { alert("response=" + response); // 成功输出:{"re...
来源: Laya_社区 发布时间: 20161103