Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用正则表达式从网站检索一些信息。我最终得到了一个包含特殊字符的 html 实体的输出。
例如,而不是Côté我得到Côté.
Côté
Côté
请帮助检索实际的字符串。TIA。
HtmlDecode 应该适合你:http: //msdn.microsoft.com/en-us/library/7c5fyk1k.aspx
s = HttpUtility.HtmlDecode(s)