在bootstrap的标签页中嵌入iframe,页面只不能显示全,仅显示一个表框的大小

如何才能让这个iframe的整个页面完全的显示
2025-04-26 22:33:10
推荐回答(1个)
回答1:



function resize(){
var setHeight = $(window).height()-64-41;
$('#centerContent').css('height',setHeight+'px')

}