当前位置: 首页 > 工具软件 > ember-table > 使用案例 >

查看他人bug解决方案整理-取iframe里报表单元格的值-from ember

皮嘉德
2023-12-01
怎样取嵌在iframe里的报表单元格的值
页面引入finereport.js,用以调用jquery方法
取到iframe中报表的content-container:var $container = $("div.content-container",$("#report")[0].contentWindow.document)
取到报表单元格:var text = $("tr[tridx=2]", $container).children().eq(2).html()
 类似资料: