layer.open({ type: 2, title: "專家信息", area: ['100%', '100%'], content: '/ZhuanJiaKu/AddZhuanJiaItem?isManager=true&zhuanJiaPersonalId=' + personalId, success: function (layero, index) { var body = layer.getChildFrame('body', index); var iframeWin = window[layero.find('iframe')[0]['name']]; //得到iframe頁的窗口對象,執行iframe頁的方法:iframeWin.method();比如iframeWin.alert11(); console.log(body.html()) //得到iframe頁的body內容 body.find('.btn').hide();//隱藏class為btn的元素 } });