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

string[] ary = System.Text.RegularExpressions.Regex.Split(strTemp, "//");
原文地址:https://www.cnblogs.com/hanguoji/p/691263.html