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.
我目前正在尝试从 HTML 网站解析以下内容:
< div class="box"><br> < script>...< /script><br> "mytext"<br> < br><br> "mytext"<br> < br><br> "mytext"<br> < script>...< /script><br> < div class="cube">< /div><br> < /div><br>
如何通过 searchWithXPathQuery 获取所有mytext?