简单记录一下 postMessage ,证明我来过, 我搞过(frame框架), 以后还能有个解决方法好去度娘:
1、发送消息
postMessage('test', 'http://localhost');
2、接收消息
window.addEventListener('message', function (event) { console.log(event) }, false);
简单记录一下 postMessage ,证明我来过, 我搞过(frame框架), 以后还能有个解决方法好去度娘:
1、发送消息
postMessage('test', 'http://localhost');
2、接收消息
window.addEventListener('message', function (event) { console.log(event) }, false);