摘要: 接收端: public class UdpDemo { public void Run() { Thread t = new Thread(new ThreadStart(RecvThread)); t.IsBackground = true; t.Start(); while (true) { T 阅读全文
posted @ 2024-07-17 18:02 向萧 阅读(71) 评论(0) 推荐(0) 编辑