Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

document.documentURI

概要

文書のロケーションを文字列で返します。DOM4 仕様では読み取り専用となっています。

構文

var string = document.documentURI;

注記

HTML 文書は、これと同じ値を返す document.URL プロパティを持っています。
URL と異なり、documentURI は全ての種類の文書で利用可能です。

仕様書

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, jsx, ethertank
 最終更新者: jsx,