window.postMessage方法就是用来在某种程度上,绕过同域限制,实现不同域名的窗口(包括iframe窗口)之间的通信。它的格式如下。 targetWindow.postMessage(message ...
確定! 回上一頁