摘要: 1 namespace TCPServer { 2 class Program { 3 static void Main(string[] args) { 4 int port = 888;//端口 5 TcpClient tcpClient;//创建TCP连接对象(存入客服端所链接) 6 IPAd 阅读全文
posted @ 2019-06-20 17:06 学海无涯,天道酬勤 阅读(2353) 评论(0) 推荐(0)