父级访问子 iframe 的方式
const iframe = document.querySelector('iframe');
const iDoc = iframe.contentWindow.document;
iDoc.querySelector('#text')
子 iframe 访问父级
window.parent.document.querySelector("#text")
postMessage 通信参考
完美解决iframe父子间的通信问题微信关注我哦 👍
我是来自山东烟台的一名开发者,有感兴趣的话题,或者软件开发需求,欢迎加微信 zhongwei 聊聊, 查看更多联系方式