可以使用如下方法:首先,添加命名空间: using System.Net;如下方法得到本机IP:System.Net.IPAddress addr = new System.Net.IPAddress(Dns.GetHostByName(Dns.GetHostName()).AddressList[0].Address);