日期:2014-05-17 浏览次数:20827 次
string a="{qwer} {adffb}"; var array=Regex.Matches(a,@"(?<={)[^}]+?(?=})").Cast<Match>().Select(t=>t.Value).ToArray();