我使用這個代碼在我的網站,以示對我的網站谷歌的搜索結果:如何顯示嵌入我網站的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 Custom Search,但有一種方式來顯示的輸出這個搜索嵌入在我指定的頁面中?
使用Bing我沒有問題。但是,這是Java代碼還是什麼? :) – Brad 2012-04-05 13:12:10
博客文章代碼是用C#編寫的。 Bing在您調用API時基本上會向您返回XML文檔。然後,它幾乎取決於你採取該XML文件解析它,並建立您的自定義結果屏幕。你聽懂了嗎? – bigamil 2012-04-05 13:29:19
是的,我做。我明白那個。我正在使用PHP ...最終的XML文件路徑是「completeUri」,對吧?我將嘗試使用PHP解析它。 – Brad 2012-04-05 13:43:48