您现在的位置是:首页
>
正则表达式使用实例 C#使用正则表达式去除html标记
C#使用正则表达式去除html标记 C#使用正则表达式去除标记: u i g Sy tem Text RegularEx re io tri g trHtml = @ am quot
C#使用正则表达式去除html标记

C#使用正则表达式去除标记:
using System Text RegularExpressions;
string strHtml = @"
带有HTML标记的字符";
Regex regex = new Regex("< +?>" RegexOptions IgnoreCase);
string str = regex Replace(str "");
lishixinzhi/Article/program/net/201311/11577 很赞哦! (1068)