摘要: 控制台应用程序: class Program { public static void Main() { string ip = "127.0.0.1"; int port = 8080; var server = new TcpListener(IPAddress.Parse(ip), port) 阅读全文
posted @ 2020-06-05 16:21 JackJu 阅读(1097) 评论(0) 推荐(0) 编辑