jQuery("iframe",top.document).contents().height();
当iframe的高度增加时,此功能起作用。当高度降低时,它不起作用。它只返回旧值。为什么会发生这种情况?
$("#frameId").height($("#frameId").contents().find("html").height());
当然只是当它被叫(不“自动调整”)…但它的作用随着减少而增加