大约有 87 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
...yabox2","loginType":1,"queryParams":{},"spId":432,"logonKeyInfo":{"ret":0,"msg":"","data":{"signkey":"","signdata":"","AppId":""}}} layabox2.js?rand=20194322:108 SSO:{"result":0} layaSdk.js?channel=shanshanyao:71 尹小芃槑登录:{"ret":0,"msg":"","data":{"signkey":"","signdata":"","AppId":""}} ...
来源: Laya_社区 发布时间: 20181109
...c void init(final Context context) { this.context = context; } public void msg() { Log.d("layabox", "test"); Toast.makeText(context, "测试", Toast.LENGTH_SHORT).show(); } }该如何反射才能调到 msg 方法 2018-04-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180423
...受到服务区的消息 //已经加载完了.proto文件 var awesomMsg:any=root.lookup("com.lll.game.login.LoginRequest"); var message:any=awesomMsg.create( {username:'nk', password:'123', usertype:1} ); var buffer=awesomMsg.encode(message).finish(); //封装数据为约定的格式 length,id...
来源: Laya_社区 发布时间: 20171113
...t;` + nickName + `:</span> <span style="color: #F4B400;">` + msg.msg + `</span> <br/><span> </span><br/>`; this.chatBox.appendHTML(chat); 附件 : --> 2018-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20180803
...vent: any = null): void { //正确建立连接; } private receiveHandler(msg: any = null): void { ///接收到数据触发函数 } private closeHandler(e: any = null): void { //关闭事件 } private errorHandler(e: any = null): void { //连接出错 } } new Game(); ``` 注意:我们看到实例...
来源: Laya2.0_文档 发布时间: 20210714
...t = null):void { //正确建立连接; } private function receiveHandler(msg:Object = null):void { ///接收到数据触发函数 } private function closeHandler(e:Object= null):void { //关闭事件 } private function errorHandler(e:Object = null):void { //连接出错 } } } ``` 注意:我...
来源: Laya2.0_文档 发布时间: 20210715
...ompleteCallBack, this.loadProgressCallback, type).on("error",null,function(msg){ console.error("ERROR",msg) }) 2019-06-17 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 李长忠 赞同来自: 同一个世界!同...
来源: Laya_社区 发布时间: 20190617
...ect = null):void{//正确建立连接; }private function receiveHandler(msg:Object = null):void{///接收到数据触发函数}private function closeHandler(e:Object= null):void{//关闭事件}private function errorHandler(e:Object = null):void{//连接出错} 发送 同byte 例如你的传输 js...
来源: Laya_社区 发布时间: 20180514
... LAYASDK __tag: access_token sdk.js?t=202009091754:63 old User {ret: 1101, msg: "不存在的用户", data: ""} sdk.js?t=202009091754:89 pay user {ret: 1, msg: "成功", data: "http://ask.layabox.com/"} 新增了“bug2.rar”和“IDE缓存”附件,希望对排查有帮助 附件 : --> bug.ra...
来源: Laya_社区 发布时间: 20200909
...ction() { alert("connect success~"); ws.send('tom'); alert("send to server msg: tom"); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws.onerror = function(e) { alert("error: " + e); console.log(e) }; </script> </body> </html> 这是app设置的url所对应...
来源: Laya_社区 发布时间: 20181018