$(iframe).contents().find("body").html("");
iframe自适应高度
$("#AllDescription").load(function(){
var mainheight = $(this).contents().find("body").height()+30;
$(this).height(mainheight);
});
2022-04-24 14:46:10
$(iframe).contents().find("body").html("");
iframe自适应高度
$("#AllDescription").load(function(){
var mainheight = $(this).contents().find("body").height()+30;
$(this).height(mainheight);
});