string Ip1 = "192.168.0.199:7777";
string Ip2 = Ip1.Remove(Ip1.IndexOf(':'));
05-11 20:28