能否在跨域iframe中获取iframe ID?
iframe的html:
<iframe height="100%" width="100%" scrolling="yes" allowtransparency="true" id="vfFrameId_1544771685610" name="vfFrameId_1544771685610" allowfullscreen="true" force-aloha-page_aloha-page="" allow="geolocation *; microphone *; camera *"></iframe>
我尝试过:
window.frameElement
,它返回null
。因此,我无法使用window.frameElement.id
来获取ID。还有其他解决方法吗?