大约有 27 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0025 秒)
请问Laya.HttpRequest可以get请求Https地址么? 我请求微信登录的access_token,是一个Https地址,但是一直返回错误 request failed status:0 text:,但是我把请求地址换成官网demo的地址'http://xkxz.zhonghao.huo.inner.layabox.com/api/getData?name=myname&...
来源: Laya_社区 发布时间: 20180814
HttpRequest问题 我现在用js代码通过http访问 在laya引擎里测试是有数据返回的,请求是成功的。。 但是发布成h5项目之后,布置好服务器。。打开链接点击请求访问时,却访问失败,返回错误码:Request failed Status:0 text 请问这...
来源: Laya_社区 发布时间: 20180208
... 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
...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
... 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