07 2010 档案

摘要:首先是HttpHandler类的代码:然后是web.config中的代码: 阅读全文
posted @ 2010-07-10 10:13 refuly 阅读(482) 评论(0) 推荐(0)
摘要:/// <summary>/// 去除HTML标记/// </summary>/// <param name="strHtml">包括HTML的源码 </param>/// <returns>已经去除后的文字</returns>public static string StripHTML(string strHtml){ st... 阅读全文
posted @ 2010-07-05 13:32 refuly 阅读(396) 评论(0) 推荐(0)