socket.send(JSON.stringify({ type: "hello from server", content: [ 1, "2" ] })); // receive a message from the client
確定! 回上一頁