var webSocket = new WebSocket('ws://127.0.0.1:1337/ws');. To send data on the WebSocket, use the send method. if (webSocket != null && webSocket.readyState ...
確定! 回上一頁