带有附加关键字的谷歌搜索表单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带有附加关键字的谷歌搜索表单相关的知识,希望对你有一定的参考价值。

The Google search URL accepts two fields, `as_oq` and `as_eq`, which give additional required or forbidden keywords for the search. This allows to create search forms which add preset keywords. In the search form below, one of the keywords test, review or evalutation is required, and none of "buy now", "special offer" and "free download" may be present.
  1. <form action="http://www.google.com/search">
  2. <input name="q" size="70">
  3. <input type="hidden" name="as_oq" value="test review evaluation">
  4. <input type="hidden" name="as_eq" value="buy.now special.offer free.download">
  5. <input type="submit" value="Search">
  6. </form>

以上是关于带有附加关键字的谷歌搜索表单的主要内容,如果未能解决你的问题,请参考以下文章

使用片段的谷歌地图

带有多个标记的谷歌地图自动中心

在xcode的谷歌驱动器文件中搜索文件/文件夹

Angular 7获取关键字列表的谷歌搜索结果计数

基于用户标记的谷歌标记

如何在圆形语音气泡内制作带有照片的谷歌地图标记?