大约有 6 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0026 秒)
readUTFBytes error - Out of bounds /** *@private *读字符串,必须是 writeUTFBytes 方法写入的字符串。 *@param len 要读的buffer长度,默认将读取缓冲区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); i...
来源: Laya_社区 发布时间: 20180822
...进入编辑模式就报这个错误 Laya3d init error ,must support webGL readUTFBytes error - Out of bounds 问题状态 最新活动: 2018-11-05 14:38 浏览: 1261 关注: 1 人
来源: Laya_社区 发布时间: 20181102
... { Log.print(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function onConnectError(e:Event=null):void { Log.print...
来源: Laya_社区 发布时间: 20170209
请问.skel文件怎么用 加载报了一个错Byte.js:651 Uncaught readUTFBytes error - Out of bounds 2020-02-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复...
来源: Laya_社区 发布时间: 20200207
... else { var routeLen:number = buffer.getUint8(); route = routeLen ? buffer.readUTFBytes(routeLen) : ""; } } //else if (type === Message.TYPE_RESPONSE) //{ // route = Pomelo.requests[id].route; //} // if (!id && !(typeof(route) == "string")) { route = Routedic.getName(route); } if (route == u...
来源: Laya_社区 发布时间: 20180119
...lBack); } } } else if (message is ArrayBuffer) { trace(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function OnCallBack():void { MsgManger.SendMsg("LoginOut"); } private function onConnectError(e:Event=null):void { trace("error"); } } } 写了个测试例子,可以收...
来源: Laya_社区 发布时间: 20170724