var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); // iframe参数的命名及宽高等$iframe.attr("src", "http://bi.zyd.cn:37799/webroot/decision/view/report?viewlet=%25E5%25AF%25BC%25E5%2587%25BA%25E7%25BB%25B4%25E5%25BA%25A60701.cpt&ref_t=design&op=write&ref_c=f3544c15-3f90-4128-99e9-1a20f"); var o = {title : "筛选所需数据并点击导出",width : 1400,//调整对话框宽度height: 700//调整对话框高度};FR.showDialog(o.title, o.width, o.height, $iframe,o); //弹出对话这是弹窗事件,请问参数添加在哪里?