var mySocket = new WebSocket("ws://163.20.62.9:1999", "echo-protocol");. mySocket.onmessage = function(e) {. var msg = JSON.parse(e.data);.
確定! 回上一頁