[]websocket请教下,服务器发送过来的数据怎么获取
private openHandler(event: any = null): void {
console.log(`平台 正确建立连接`);
this.socket.send("getScore");
}
private receiveHandler(msg: any = null,data): void {
console.log(`接收到数据触发函数:` + msg);
/////////////////////////////////////////////////////////////
这里的msg,是监听事件的名称,请问下服务器发送过来的数据,我怎么获取.?????????????
}
private closeHandler(e: any = null): void {
console.log(`关闭事件`);
}
private errorHandler(e: any = null): void {
console.log(`连接出错`);
}
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
ssmc
赞同来自: