listen(80); io.sockets.on('connection', function (socket) { socket.emit('news', { hello: 'world' }); socket.
確定! 回上一頁