3.Google 自訂搜尋- 站內搜尋及其他功能
可以在官網上放一個嗎?
程式碼
<div id="cse" style="width: 100%;">Loading</div>
<script type="text/javascript">
google.load('search', '1', {language : 'zh-TW'});
google.setOnLoadCallback(function() {
var customSearchOptions = {};
var imageSearchOptions = {};
imageSearchOptions['layout'] = google.search.ImageSearch.LAYOUT_POPUP;
customSearchOptions['enableImageSearch'] = true;
customSearchOptions['imageSearchOptions'] = imageSearchOptions;
var customSearchControl = new google.search.CustomSearchControl(
'014634386266101837861:txpngkypcki', customSearchOptions);
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
customSearchControl.draw('cse');
}, true);
</script>
4.這是什麼?http://www.ptt.cc/bbs/NTU-CFE/M.1312536177.A.9F5.html