2010年8月11日 星期三

C# 如何從字符串中刪除 HTML標籤

using System.Text.RegularExpressions;
Regex.Replace(字串,@"<(.| \ ñ )*?>", string.Empty)

沒有留言:

張貼留言