html dom document url attribute

definition and usage

url attribute returns the complete url of the document.

see also:

window.location.href attribute

example

return the complete url of the document:

document.url;

try it yourself

syntax

document.url

return value

type description
string the entire url of the document, including the protocol (such as http://).

browser support

document.url dom level 1 (1998) tsihiri.

所有浏览器都支持它:

Chrome IE Edge Firefox Safari Opera
Chrome IE Edge Firefox Safari Opera
支持 9-11 支持 支持 支持 支持