是否可以在Google自定义搜索CSE中添加(与搜索相关)?

时间:2018-07-05 17:21:01

标签: javascript jquery search search-engine google-custom-search

这是我的代码,我应该在此处显示什么(与搜索相关)?

<script>
  (function() {
    var cx = '0045334152284----:94o-----uqo';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script>
<gcse:searchbox-only></gcse:searchbox-only>

示例:enter image description here

1 个答案:

答案 0 :(得分:0)

不害怕。 自定义搜索引擎中不提供Google Web搜索的相关搜索功能。