我在我的网站中使用此代码来显示我的网站的 Google 搜索结果:
<!-- Search block -->
<div class="searchBox">
<form method="get" action="http://www.google.com/search">
<input type="text" name="query" class="searchField" />
<input type="hidden" name="sitesearch" value="my_website.com">
<input type="submit" value="" class="searchSubmit">
</form>
</div>
我喜欢那个简单的代码,我不喜欢使用Google 自定义搜索,但是有没有办法显示嵌入在我指定的页面中的这个搜索的输出?