我有一个html文本字符串,也有它的文本形式的开始索引和结束索引(没有HTML)。startindex = 0; // can be change
/* Text form (0 to 123) without htmlelit, sed do eiusmod tempor incididunt ut labo
我试图通过使用Html敏捷包来查找Html字符串中不同Html标记的起始/结束位置。示例html字符串:This is a <a href="https://en.wikipedia.org/wiki/Health">custom</a> made html string that在成功运行代码之后,我需要从