摘要:
很多的网页中都包含了百度和google的搜索链接,直接在本地网页中输入搜索关键字,就会在另一网页中打开搜索结果。google和百度都允许用户能过浏览器直接调用其搜索功能,只输通过一行简单的代码正确提交即可。下面是google的web调用接口:<form method=get action="http://www.google.com/search" target="_blank"> <input type=text name=q size=40 maxlength=255 value=""><input 阅读全文