📜  获取站点 url javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:59.055000             🧑  作者: Mango

代码示例2
document.URL
> "http://example.com/page1.html"

document.location.href
> "http://example.com/page1.html"

document.location.pathname
> "/page1.html"

document.location.origin
> "http://example.com"