网页和Iframe如何通讯?

39 阅读1分钟

代码演示

image.png

主页面:核心是postMessage

image.png

iframe页面:

image.png

结果

image.png

总结

  • 使用postMessage通讯
  • 注意跨域的限制和判断