0

入力テキストを受け取り、そのGoogle検索結果を新しいタブに表示する入力フォームを作成したいと考えています。

新しいタブは、Google の SERP である必要があります。

これが私がこれまでに持っているものです。

<div id="searchContainer">
<form name="" action="" type="">
        <input type="text" name="field" id="field" />
        <input type="submit" name="submit" id="submit" value="Search" />
</form>
</div>

どうすればこれを行うことができますか?JavaScript を使用する必要がありますか?

4

1 に答える 1

1

https://developers.google.com/custom-search/v1/overviewをチェックして、Google API を使用してください。非常にシンプルです。

于 2012-04-09T11:45:50.320 に答える