摘要: 服务端,接收数据,在每次接收到的数据末尾添上一个‘尾’字using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Net.Sockets;using System.Net;using System.Threading;namespace ListenerDemo{ publ... 阅读全文
posted @ 2012-10-16 15:29 Bady 阅读(723) 评论(0) 推荐(0)