摘要: 使用socket写一个通信demo public partial class Form1 : Form { Socket socketServer; IPEndPoint ipe = new IPEndPoint(IPAddress.Parse("127.0.0.1"), 9027); public 阅读全文
posted @ 2022-10-30 15:47 Ariter 阅读(59) 评论(0) 推荐(0) 编辑