【JS】【10】获取iframe里面body的html
正文:
$("iframe").contents().find("body").html(); //iframe里面页面body的内容 $("iframe").contents().find("body").height(); //iframe里面页面body的高度
参考来源:
Jquery如何获取iframe里面body的html呢?_百度知道
https://zhidao.baidu.com/question/570677614.html?qq-pf-to=pcqq.c2c