Google搜索会在iframe中生成结果

时间:2016-02-25 17:58:39

标签: javascript html html5 iframe google-search

在我的研究范围内,Google停止允许其页面显示在iframe中。曾经有一个网址(http://gog.is)显示了Google搜索结果并允许在iframe中显示。该网站最近下降了。

我想知道现在有什么方法可以在iframe中使用Google搜索结果吗?在iframe中获得搜索结果的最佳解决方案/替代方案是什么?

谢谢!

1 个答案:

答案 0 :(得分:1)

您可以使用此链接代替https://google.com/,效果很好:

  

https://www.google.com/search?igu=1

您可以使用特定字词使用此链接:

  

https://www.google.com/search?igu=1&ei=&q=YOUR+WORD

比iframe应该看起来像这样:

<iframe src="https://www.google.com/search?igu=1"></iframe>