公开 window 对象的文档

Exposing a window object's document

我有一个 iframe,其内容将由 <em>iframeObject</em>.contentWindow 公开。 returns 一个 window 对象,根据 mozilla developer network

this window object to access the iframe's document and it's internal dom.

但是,我不知道如何从 window 对象公开文档。

您可以访问内容文档属性

HTMLIFrameElement.contentDocument

Returns a Document, the active document in the inline frame's nested browsing context.