【发布时间】:2012-04-21 09:34:04
【问题描述】:
location.href
location.replace
document.URL
从其他类似的问题中可以看出,我们可以整合所有这些可能的方法吗?
【问题讨论】:
-
URL 是 DOM 级别 0 document.location.href 属性的替代品。但是,document.location.href 是可设置的,而 document.URL 不是。
-
@AshimSaha 实际上是 window.location
标签: javascript html url dom location-href