1

私はGoogleのリンクされたカスタム検索エンジンを使用しています。以下は私のコードです。しかし、私は何の結果も得ることができません。www.penmai.comのサイトを検索しようとしています。http://niranjan.99k.org/wa/cref_cse.xmlを見つけてください

<html>
    <head>
        <form id="cref" action="http://www.google.com/cse">
          <input type="hidden" name="cref" value="http://niranjan.99k.org/wa/cref_cse.xml" />
          <input type="text" name="q" size="40" />
          <input type="submit" name="sa" value="Search" />
        </form>

    </head>
    <body>
        <script type="text/javascript" src="http://www.google.com/cse/brand?form=cref"></script>
<!-- Google CSE Search Box Ends -->
    </body>
</html> 
4

1 に答える 1

2

問題は、データを取得しようとしている場所にあります.. cse は、ホストされている Web ページでのみ機能し、.xml などのファイルでは機能しません

于 2013-02-04T06:02:29.380 に答える