有人知道如何将“无结果”更改为其他文本...
我有这个代码:
function OnLoad() {
// Create a custom search control that uses a CSE restricted to code.google.com
var customSearchControl = new google.search.CustomSearchControl('http://******');
// Draw the control in content div
customSearchControl.draw('ArticleGoogleSearchBox');
}
有任何想法吗???