如何突出显示我的页面上用户通过 Google 搜索的单词?
我注意到某些网页确实突出显示了我在谷歌上搜索的单词。
示例:尝试搜索“virtualbox”并转到 VirtualBox页。 现在“virtualbox”在该页面上突出显示。
我想在我的页面上做同样的事情。 我如何知道用户正在搜索的词?
I noticed that certain web pages do highlight the words I googled for.
Example: Try searching for "virtualbox" and go to the VirtualBox page. Now "virtualbox" is highlighted on that page.
I want to do the same on my page. How can I know the words the user was searching for?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您检查 referrer 并解析出单词。 很可能甚至会有 javascript 函数来执行此操作。
You check referrer and parse out the words. Most likely there will even be javascript functions for doing that.