我在文本中遇到了“匹配器”css 样式的问题。我想获得以下风格:
风格搜索
<a id="d325" style="color: #ffffff;"> Visio Infrastructure and Applications </ a>
使用的正则表达式:
Regex myRegex = new Regex(@"<a id=""d(.+?)"" style=""(.+)"" ><\/a>");
我认为问题是style = "color: # fffff"
,但我就是无法理解。
非常感谢