在网上看了很多方法,都不能兼容项目的需求
给出一个一行代码控制父的 iframe 的高度
<body onload="window.frameElement.setAttribute('style', window.frameElement.getAttribute('style').replace(/(height:+([\s\d(px|%|ch|cm|em|rem|pt|mm)])+(;|))/g,'')+'height:'+ document.body.scrollHeight+'px;')">
这是经过测试很多方法得到的结果。
当然也不完美,不能用于跨域的场景