Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在它来自的原始文本中获取 XML 节点的位置?例如:
< a>text< /a> < b>tesxt< /b>
那么您可以看到< b> 标签来自位置 11 的文本?我知道这可能很难,因为 DOM 可以更改独立的表单文本,但我只想知道。
< b>
利用xmlString.indexOf("<b>")
xmlString.indexOf("<b>")