var result=$("#listtab tr[id='002']");//#listtab表格ID 002为行ID
result.children("td").get(1).innerHTML="123132";
//result.children("td").get(1).innerHTML第二列的数据
//result.children("td").get(1).innerHTML="123123';设置第二列的数据库123123
jquery 根据表格行ID 获得数据
最新推荐文章于 2022-08-15 19:52:49 发布