是否可以使用 href link 直接到 Google 搜索结果?
Is it possible to link directly to Google search results using href?
我想 link 从标准 link 直接转到搜索结果页面。举例说明我所希望的,这里有一些伪代码:
<a href = "https://www.google.com/search?keywords=My+Search+Parameters">Click here to search Google</a>
有什么办法吗?我想将我的用户直接重定向到搜索结果页面,以便他们可以在网络上看到真实的结果。
请看下面的link:
http://www.googleguide.com/linking.html
<a href=”http://www.google.com/search?q=Google+tutorial+create+link”>
Google tutorial create link
</a>
我想 link 从标准 link 直接转到搜索结果页面。举例说明我所希望的,这里有一些伪代码:
<a href = "https://www.google.com/search?keywords=My+Search+Parameters">Click here to search Google</a>
有什么办法吗?我想将我的用户直接重定向到搜索结果页面,以便他们可以在网络上看到真实的结果。
请看下面的link:
http://www.googleguide.com/linking.html
<a href=”http://www.google.com/search?q=Google+tutorial+create+link”>
Google tutorial create link
</a>