string news = HttpUtility.HtmlDecode(dr["新聞內容"].ToString()); news = Regex.Replace(news, "<.*?>", string.Empty); navLNContent.InnerText = news;
文章標籤
全站熱搜
string news = HttpUtility.HtmlDecode(dr["新聞內容"].ToString()); news = Regex.Replace(news, "<.*?>", string.Empty); navLNContent.InnerText = news;