摘要: private string StripHTML(string htmlString) { //This pattern Matches everything found inside html tags; //(.|\n) - > Look for any character or a new line // *? -> 0 or more occurences, and make a non... 阅读全文
posted @ 2007-07-26 18:03 margiex 阅读(687) 评论(0) 推荐(0)