以下js我想在打开子页面的同时传递一个单元格参数进去,怎样实现呢? var iframe = $(" // 对话框内 iframe 参数的命名,默认宽高占比是 100%,可向下滚动 iframe.attr("src", cc + "?reportlet=版本号.cpt&op=write"); // 给 iframe 添加 src 属性 var o = { width: 600, //对话框宽度 height: 200 //对话框高度 }; FR.showDialog("版本号", o.width, o.height, iframe, o); //弹出对话框 $('.fr-core-panel-tool-close').hide(); |