我正在使用Google的Linked Custom Search Engines。以下是我的代码。但我无法得到任何结果。我正在尝试搜索网站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>
答案 0 :(得分:1)
问题在于您尝试从中获取数据的位置.. cse仅适用于托管网页,而不适用于.xml等文件