document.location.href跟document.location.replace区别

document.location.href和document.location.replace区别document.location.href和document.location.repl

document.location.href和document.location.replace区别

document.location.href和document.location.replace都可以实现从A页面切换到B页面,但他们的区别是

用document.location.href切换后,可以退回到原页面。

而用document.location.replace切换后,不可以通过“后退”退回到原页面。

?

>>>当一个文档被location.replace()替换后,它就会从当前的历史对象中移除了