window.location and document.location

window.locationwindow.location.herf为可读写的属性,对此赋值可定向页面去指定的URL。

document.locationdocument.URL等价,是可只读属性,并且推荐使用document.URLdocument.location已废弃。不过多数浏览器还是可以对document.locationdocument.location.href赋值定向到新的URL,此做法不推荐使用。