ws.send(JSON.stringify(this.$Command.subscribe))
ws.send(JSON.stringify(this.$Command.mode))
ws.send(JSON.stringify(this.$Command.basicstatus))
ws.send(JSON.stringify(this.$Command.groupstatus))
ws.send(JSON.stringify(this.$Command.detailedStatus))
自己生成 时间戳标识吧。如果指令和结果有一一对应要求,就用 ajax了