摘要: 服务器端 public class SocketServer { private string _ip = string.Empty; private int _port = 0; private Socket _socket = null; private byte[] buffer = new 阅读全文
posted @ 2021-01-07 17:06 15688611895 阅读(90) 评论(0) 推荐(0)