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 属性返回同样的值。但是不像 URLdocumentURL 适用于所有类型的文档。

规范

文档标签和贡献者

 此页面的贡献者: teoli, ziyunfei, AlexChao
 最后编辑者: ziyunfei,