iframe postMessage iframe 之间数据通信,获取 iframe 中某元素高度

iframe postMessage 传出数据后
接收的页面 addEventListener('message', function(e) {} 这里的 e.source 可以获取 iframe 下的 window,并可以设置该 iframe 下的 window 可操作的所有改变。

iframe-resizer 自动设置引入的 iframe 高度

参考
https://www.cnblogs.com/dolphinX/p/3464056.html
https://github.com/davidjbradshaw/iframe-resizer

你可能感兴趣的:(iframe postMessage iframe 之间数据通信,获取 iframe 中某元素高度)