日期:2014-05-18 浏览次数:20564 次
string s = "userID>|<userNM"; string[] ss = s.Split(new string[] { ">|<" }, StringSplitOptions.RemoveEmptyEntries);