【问题标题】:Is it possible to link directly to Google search results using href?是否可以使用 href 直接链接到 Google 搜索结果?
【发布时间】:2016-07-12 07:52:54
【问题描述】:

我想从标准链接直接链接到搜索结果页面。举一个我希望的例子,这里有一些伪代码:

<a href = "https://www.google.com/search?keywords=My+Search+Parameters">Click here to search Google</a>

有没有办法做到这一点?我想将我的用户直接重定向到搜索结果页面,以便他们可以在网络上看到真实的结果。

【问题讨论】:

标签: html hyperlink href search-engine


【解决方案1】:

请看下面的链接:

http://www.googleguide.com/linking.html

<a href=”http://www.google.com/search?q=Google+tutorial+create+link”>
   Google tutorial create link
</a>

【讨论】:

  • 好吧,好吧,这显然是一个显而易见的问题。感谢您的快速回答!
猜你喜欢
  • 2021-11-03
  • 1970-01-01
  • 1970-01-01
  • 2011-03-20
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多