摘要: 1.string s="@张三 @李四 ";获取“张三”和“李四”MatchCollection mc = Regex.Matches(s, @"@(?\S+)[ | ]");for (int i = 0; i 李四:say something替换成"张三:say something李四:say s... 阅读全文