//iframe自适应高度

var iframeHeight = $("#middle").contents().find("body").height();
$("#middle").css('height', iframeHeight);

posted @ 2013-09-27 13:10  淡然_  阅读(221)  评论(0编辑  收藏  举报