$(iframe).contents().find("body").html("");
iframe自适应高度
$("#AllDescription").load(function(){
var mainheight = $(this).contents().find("body").height()+30;
$(this).height(mainheight);
});
$(iframe).contents().find("body").html("");
iframe自适应高度
$("#AllDescription").load(function(){
var mainheight = $(this).contents().find("body").height()+30;
$(this).height(mainheight);
});
转载于:https://www.cnblogs.com/hgblog/p/3927207.html