摘要: //Client.csnamespace Client{ using System; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using Microshaoft; class Class1 { static void Main(string[] args) { var ipa = IPAddress.Parse("127.0.0.1"); va... 阅读全文
posted @ 2012-08-08 22:26 于斯人也 阅读(444) 评论(0) 推荐(0)