如何實現(xiàn)點擊后,將內(nèi)容設(shè)置到數(shù)據(jù)框
td.onclick=function(){
? ?? ??? ??? ??? ?//實現(xiàn)點擊后,將內(nèi)容設(shè)置到數(shù)據(jù)框中
? ?? ??? ??? ??? ?document.getElementById("keyword").value = td.value;
? ?? ??? ??? ?};
? ?? ??? ????
td.onclick=function(){
? ?? ??? ??? ??? ?//實現(xiàn)點擊后,將內(nèi)容設(shè)置到數(shù)據(jù)框中
? ?? ??? ??? ??? ?document.getElementById("keyword").value = td.value;
? ?? ??? ??? ?};
? ?? ??? ????
2018-08-03
舉報
2019-04-21
2018-09-09
document.getElementById("keyword").value = td.innerHTML;