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.
我正在尝试从通过 ID 或类保存在字符串中的 html(整个网页)中获取某些特定元素的值。
示例 HTML:
... <h1 class="exampl-h1">Offer for Darko</h1> ...
由此我需要Offer for Darko保存在字符串中的部分。有人可以帮助我如何以简单有效的方式实现。
Offer for Darko
谢谢 :)
您可以使用字符串函数来查找“exampl-h1">”、下一个“<”,然后是它们之间的子字符串。
您的任务是查找字符串函数并找出方法。