0
我看到的回答我在JQuery的方式問題,類似的案例: Remove tag but leave contents - jQuery/Javascript如何刪除html標籤,並在C#中留下文本?
但我需要知道C#是如何工作的呢? C#中是否有任何API可用於去除標籤並留下平面文本?
來源:
<a href="#">some content</a> and more <a href="#"> and more content</a>
要:
some content and more and more content
感謝。
HTMLAgilityPack .. http://stackoverflow.com/questions/787932/using-c-sharp-regular-expressions-to-remove-html-tags – 2013-03-09 06:14:49
你也可以看看正則表達式 – TGH 2013-03-09 06:20:22
@TGH是的,我知道的正則表達式可以做到這一點,但我想知道是否有這方面的最佳做法? – JerryCai 2013-03-09 06:49:56