我将此代码添加到我的静态网站以显示搜索结果。现在搜索结果显示在谷歌。
但我希望从我的网站内容中显示结果。
<gcse:search></gcse:search>
(function() {
var cx = '017961058070984628774:iepfux5aokw'; // Insert your own Custom Search engine ID here
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();