摘要: 客户端,client.js const net = require('net') const socket = new net.Socket({}) const TestArr = [1,2, 3, 4] socket.connect({ host: '127.0.0.1', port: 4000 阅读全文
posted @ 2021-02-08 15:05 anthonyliu 阅读(405) 评论(0) 推荐(0) 编辑