HTML DOM 中的IFrame contentWindow 属性用于返回由 iframe 元素生成的 Window 对象。它可以在宿主窗口中用于访问属于框架或 iframe 元素的文档对象。
句法:
iframeObject.contentWindow
返回值:它返回由 iframe 元素生成的引用 Window 对象。
例子:
HTML DOM iframe contentWindow Property
GeeksforGeeks
HTML DOM iframe contentWindow Property
- 输出:
- 点击按钮前:
- 点击按钮后:
支持的浏览器: IFrame contentWindow 属性支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 苹果Safari
- 歌剧