C# IP地址去掉端口号时间:2022-05-27 04:42:17 string Ip1 = "192.168.0.199:7777"; string Ip2 = Ip1.Remove(Ip1.IndexOf(':'));