大约有 93 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0032 秒)
...web和微信端没有问题,打包成apk后 httprequest报Request failed Status:404 text:undefined 调试工具正常,真机报错:Request failed Status:0 text( 加载场景失败) scriptEngine 0xc30edooo loadScriptStringWithCodeCache failed 发布QQ包报错 安卓的QQ扫码时运行不...
来源: Laya_社区 发布时间: 20190319
...onreadystatechange = function () { if (xhr.readyState == 4 && (xhr.status >= 200 && xhr.status <= 207)) { //cc.log("response:\n" + xhr.responseText); var data = JSON.parse(xhr.responseText); //console.log(data); if (data.result_status == 1 && data.top_list) { WxRankMana...
来源: Laya_社区 发布时间: 20180807
...net::ERR_FILE_NOT_FOUND httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory Array buffer allocation ...
来源: Laya_社区 发布时间: 20180205
... = function () { if (xhr.readyState == 4 && (xhr.status >= 200 && xhr.status <= 400)) { if(JSON.parse(xhr.responseText).status===1){ console.log ('登录成功') cc.director.lo...
来源: Laya_社区 发布时间: 20180824
...net::ERR_FILE_NOT_FOUND httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed Failed to execute 'texImage2D怎么处理? WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScrip...
来源: Laya_社区 发布时间: 20170216
...0-23 14:07:22.741707+0800 TTF[1207:194638] JSLog:error==>Request failed Status:0 text: 直接就Status:0,服务端也收不到请求 2020-10-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 156*****628 相关问题 关于近期iOS...
来源: Laya_社区 发布时间: 20201023
...gs[i]); } this._text = text; } } 3、HTTPRequest中错误输出:前面的status和statusText都是空的 根本打印不出任何东西。 /** * @private * 请求出错侦的听处理函数。 * @param e 事件对象。 */ protected function _onError(e:*):void { error("Request failed Status:" + th...
来源: Laya_社区 发布时间: 20180820
...个案例,可以参考下 模拟的后端数据data.php,内容如下{ "status":0, "message":"Your message has been successfully uploaded!" } package { import flash.display.Sprite; import flash.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events...
来源: Laya_社区 发布时间: 20151217
...web和微信端没有问题,打包成apk后 httprequest报Request failed Status:404 text:undefined Request failed Status:404 text:undefined Array buffer allocation failed 问题状态 最新活动: 2018-11-21 11:02 浏览: 975 关注: 1 人
来源: Laya_社区 发布时间: 20181121
...parse(message); trace("Message from server:"+dataObj+"-----------"+dataObj.status); if(dataObj.messageType){ trace("Reveive message type"+dataObj.messageType); } if(dataObj!=null){ if(dataObj.status == "S" || (dataObj.body && dataObj.body.status == "S")){ var key:String=dataObj.messageType; ...
来源: Laya_社区 发布时间: 20170724