private string striphtml(string strhtml)
)|/s)*?(///s*)?>",
@"([/r/n])[/s]+",
@"&(quot|#34);",
@"&(amp|#38);",
@"&(lt|#60);",
@"&(gt|#62);",
@"&(nbsp|#160);",
@"&(iexcl|#161);",
@"&(cent|#162);",
@"&(pound|#163);",
@"&(copy|#169);",
@"(/d+);",
@"-->",
@""",
"","",
"/"",
"&",
"<",
">",
" ",
"/xa1",//chr(161),
"/xa2",//chr(162),
"/xa3",//chr(163),
"/xa9",//chr(169),
"","/r/n",
""};
string newreg =aryreg[0];
string stroutput=strhtml;
for(int i = 0;istroutput.replace("<","");
stroutput.replace(">","");
stroutput.replace("/r/n","");
return stroutput;
}
HTML標記語言 常用標記
type 一級li type 1 二級li type circle li li ul type 1 二級li ul li ul type 1 一級li type a 二級li type i li li ol 二級li ol 一級li ol 描述項 dt 描述項的解釋項.dd dl border 1 ...
HTML常用標記
html常用標記 html hypertext markup language 超文字標記語言,適用於編寫網頁的一種標記語言。下面我來簡單介紹一下html 一 html元素與標籤 1 html標籤 乙個標籤由開始標籤,屬性,值對,內容和結束標籤組成,並且標籤可以巢狀。例如下面例子中的 和 都是標籤,...
HTML標記大全
html語言語法大全 批註 跑馬燈 普通捲動 滑動 預設捲動 來回捲動 向下捲動 向上捲動 向右捲動 向左捲動 捲動次數 設定寬度 設定高度 設定背景顏色 設定滾動速度 設定捲動時間 滑鼠經過上面時停止滾動 滑鼠離開時開始滾動 字型效果 標題字 最大 標題字 最小 粗體字 粗體字 強調 同上效果略同...