日期:2014-05-20 浏览次数:21201 次
string str = "F:\\spket\\2131\\123.txt"; int idx = str.IndexOf('\\'); string result = str.Substring(idx + 1, str.LastIndexOf('\\') - idx); // spket\2131\