「結果なし」を他のテキストに変更する方法を知っている人はいますか...
私はこのコードを持っています:
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');
}
何か案は???