C# 獲得主機IP地址

             string hostname = Dns.GetHostName();             IPHostEntry hostentry = Dns.GetHostEntry(hostname);             for(int i=0;i<hostentry.AddressList.Length;i++)             {             
相關文章
相關標籤/搜索