var serv_io = io.listen(server); serv_io.sockets.on('connection', function(socket) { socket.emit('message', {'message': 'hello world'}); });.
確定! 回上一頁