正则获得字符串数组,以字符串分隔获取

string[] ary = System.Text.RegularExpressions.Regex.Split(strTemp, "//");
posted on 2007-03-28 14:41  Gary.han  阅读(494)  评论(0)    收藏  举报