2017年5月6日
摘要: 1 服务器 发送消息和接受消息的代码 namespace Socket_编程_tcp协议_服务端{ class Program { static void Main(string[] args) { //1.创建服务端socket类 Socket tcpServer = new Socket(Add 阅读全文
posted @ 2017-05-06 23:12 春天里的麦子 阅读(279) 评论(0) 推荐(0)