Window.document
window.document
は、ウィンドウに含まれている文書への参照を返します。
例
js
console.log(window.document.title);
仕様書
Specification |
---|
HTML Standard # dom-document-dev |
ブラウザーの互換性
BCD tables only load in the browser
window.document
は、ウィンドウに含まれている文書への参照を返します。
js
console.log(window.document.title);
Specification |
---|
HTML Standard # dom-document-dev |
BCD tables only load in the browser