//得到一个字符串中某个字符的个数
int temp = a.Length - a.Replace(@, "").Length;
//一次替换一个
Regex re = new Regex(@);a = re.Replace(a, @, 1);
本文共 188 字,大约阅读时间需要 1 分钟。
//得到一个字符串中某个字符的个数
int temp = a.Length - a.Replace(@, "").Length;
//一次替换一个
Regex re = new Regex(@);a = re.Replace(a, @, 1);
转载于:https://www.cnblogs.com/iiii/archive/2012/08/17/2644814.html