IPHostEntry ipe = Dns.GetHostEntry(Dns.GetHostName()); IPAddress ipa = ipe.AddressList[1];label.Text = ipa.Tostring();//看看是不是你想要的