window.location和window.location.herf为可读写的属性,对此赋值可定向页面去指定的URL。
document.location和document.URL等价,是可只读属性,并且推荐使用document.URL,document.location已废弃。不过多数浏览器还是可以对document.location和document.location.href赋值定向到新的URL,此做法不推荐使用。
{"type":"编程笔记"}
window.location和window.location.herf为可读写的属性,对此赋值可定向页面去指定的URL。
document.location和document.URL等价,是可只读属性,并且推荐使用document.URL,document.location已废弃。不过多数浏览器还是可以对document.location和document.location.href赋值定向到新的URL,此做法不推荐使用。