0
如果我們嘗試訪問跨源數據,哪些版本的IE會引發異常?如果我在javascript代碼調用 $('iframe[name="iframe"]').contents().find('body')
iframe中的iframe跨源策略
IE不會拋出異常
然而,Chrome和Firefox做
DOMException: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://localhost:8080" from accessing a cross-origin frame.(…)