我将域名“someplace.com”中的iframe加载到“anotherplace.com”的窗口中。
旧问题表示您无法跨域访问变量:Sharing global javascript variable of a page with an iframe within that page
但是现在我们有了CORS,我想知道这是否可行。如果我们在域之间启用CORS,我们现在能够在iframe的父级中访问JS变量吗?
答案 0 :(得分:3)
您需要使用Web Messaging API。
https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage