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 和搜索之外,还有什么好的方法吗?
您可以尝试仅搜索文本内容,而不是搜索 HTML 内容。也许使用字符串content.document.body.textContent或类似的东西?
content.document.body.textContent