C#中使用regular expression去掉html tags (转载)
摘要: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

浙公网安备 33010602011771号