td.onmousedown =function(){
//這個方法實現(xiàn),當(dāng)用鼠標(biāo)點擊一個關(guān)聯(lián)數(shù)據(jù)時關(guān)聯(lián)數(shù)據(jù)自動輸入到,搜索框
document.getElementById("keyword").value =this.innerText;
document.getElementById("popdiv").style.border = "none";
};
//這個方法實現(xiàn),當(dāng)用鼠標(biāo)點擊一個關(guān)聯(lián)數(shù)據(jù)時關(guān)聯(lián)數(shù)據(jù)自動輸入到,搜索框
document.getElementById("keyword").value =this.innerText;
document.getElementById("popdiv").style.border = "none";
};
2017-01-11
為什么我的json數(shù)據(jù)也獲得了,在前臺也有alert提示,但是就不在下面顯示呢???
2016-12-28