using System.Text.RegularExpressions;//需要引用
// 利用正则表达式去掉"<"和">"之间的内容
개인 문자열 StripHT(string strHtml)
{
Regex regex=new Regex("<.+?>",RegexOptions.IgnoreCase);
string strOutput=regex.Replace(strHtml,"");
strOutput을 반환합니다.
}
//방법이(불지신什么此방법®사용 CPU100%)
public static string DropHTML(string strHtml)
{
문자열 [] aryReg ={
@"",
@"<(/s*)?!?((w+:)?w+)(w+(s*=?s*(([""''])( \["" ''tbnr]|[^7])*?7|w+)|.{0})|s)*?(/s *)?>",
@"([r])[s]+",
@"&(quot|#34);",
@"&(amp|#38);",
@"&(lt|#60);",
@"&(gt|#62);",
@"&(nbsp|#160);",
@"&(iexcl|#161);",
@"&(센트|#162);",
@"&(파운드|#163);",
@"&(복사|#169);",
@"(d+);",
@"-->",
@"