获取IP的三种方法 第一种 取本主机ip地址 public string GetLocalIp() { ///获取本地的IP地址 string AddressIP = string.Empty; foreach (IPA … 继续阅读 获取IP的三种方法