获取单元格值接口怎么变成这个样子,我要怎样才能获取单元格值
https://help.fanruan.com/finereport10.0/doc-view-4008.html
https://help.fanruan.com/finereport/doc-view-1200.html
var a = $("tr[tridx=2]","div.content-container").children().eq(1).html();alert("第3行第2列值为:"+a);$("tr[tridx=2]","div.content-container").children().eq(1).html(1001);alert("第3行第2列值被修改为1001");