日期:2014-05-17 浏览次数:21078 次
string s = "127.0.0.1:24131/uinfo.aspx"; string[] str = s.Split('/'); Console.WriteLine(str[0]);//127.0.0.1:24131