如果是自己网页的话,可以这样,$("iframe").contents().find("body").html();意思是,获取iframe里面页面body的内容同理,$("iframe").contents().find("body").height();获取高度,以此类推