javascript读取表格内容

it2025-01-16  19

 var oDiv=document.createElement("div"); oDiv.innerHTML=secTbl.rows[i].cells[2].innerHTML; alert(oDiv.childNodes[0].value);

转载于:https://www.cnblogs.com/tuzkee/archive/2012/11/14/2769550.html

相关资源:javascript获取表格 td 中的内容
最新回复(0)