html dom document url attribute
- 上一页 title
- 下一页 write()
- 返回上一层 HTML DOM Documents
definition and usage
url
attribute returns the complete url of the document.
see also:
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 | 支持 | 支持 | 支持 | 支持 |
- 上一页 title
- 下一页 write()
- 返回上一层 HTML DOM Documents