摘要:
class Class1 { /// <summary> /// 去除HTML标记 /// </summary> /// <param name="strHtml">包括HTML的源码 </param> /// <returns>已经去除后的文字</returns> public static string StripHTML(string strHtml) { string[] aryReg ={ @"<script[^>]*?>.*?</scr... 阅读全文
posted @ 2011-08-28 00:02
把爱延续
阅读(370)
评论(0)
推荐(0)
浙公网安备 33010602011771号