nodejs net模块实现socket
摘要:
var net = require('net');var client = net.connect({port: 8080}, function() { console.log('连接到服务器!'); });client.on('data', function(data) { consol... 阅读全文
posted @ 2015-11-29 12:33
liuwenbohhh
阅读(841)
评论(0)
推荐(0)
浙公网安备 33010602011771号