c#

位置:IT落伍者 >> c# >> 浏览文章

C#使用正则表达式去除html标记


发布日期:2022年08月19日
 
C#使用正则表达式去除html标记

C#使用正则表达式去除html标记:

using SystemTextRegularExpressions;

string strHtml = @"

带有HTML标记的字符";

Regex regex = new Regex(&quot;<+?>&quot; RegexOptionsIgnoreCase);

string str = regexReplace(str &quot;&quot;);

ConsoleWriteLine(strReplace(&quot;&amp;nbsp;&quot; &quot; ));

上一篇:C#调用Windows API函数

下一篇:C#中的Iterator迭代器模式