摘要: iframe 与 postMessage 方法 postMessage 用于跨文档通信,如父页面向内嵌的 iframe 发消息。 既是发消息,就有发送方与接收方,发送方要调用 postMessage 方法,接收方要注册 onmessage 事件处理函数,处理接收的消息。 例:父级页面向 iframe 阅读全文
posted @ 2022-03-20 20:55 RockyMountain 阅读(13661) 评论(0) 推荐(0)