public static string RemoveHTMLTags(string html). 2. {. 3. return Regex.Replace(html, "<.*?>", string.Empty);.
確定! 回上一頁