在window.location.href
以(可以说是 default.aspx)结尾的页面上使用时/
,结果只是返回:
http://localhost/
我一直在到处寻找,但我怎样才能让它真正返回真实的 URL?
http://localhost/default.aspx
查看 window.location 对象,我看到的唯一选项是:
hash: ""
host: "localhost"
hostname: "localhost"
href: "http://localhost/"
origin: "http://localhost"
pathname: "/"
port: ""
protocol: "http:"