window.postMessage() 父子之间的窗口通信

 

A.html ,b.html   A通过iframe嵌入B

接收消息vue都可以在mounted中获取

// A.html



 

 

你可能感兴趣的:(window.postMessage() 父子之间的窗口通信)