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.
我想使用 Java 工具搜索网页,该工具可以告诉我它是否找到了我要求它查找的字符串。问题是,我要搜索的网页在悬停框中也有需要搜索的文本。
我希望它自动搜索页面(它们在 url 中有页码)并给我一条消息或告诉我找到字符串的位置,然后继续搜索。
任何帮助,将不胜感激!
Lucene可能会让你接近你正在寻找的东西。它只是一个搜索工具,但可以根据您的程度进行定制。否则你可能不得不写这样的东西。
你可以看看Selenium,一个浏览器自动化工具。