receive a message from the client socket.on("message", (data) => { const packet = JSON.parse(data); switch (packet.type) {
確定! 回上一頁