location.href

location.href 和 location.replace的区别
JavaScript

location.href 和 location.replace的区别

207 0

location.href 和 location.replace的区别:location.href="http://www.muzhuangnet.com"location.replace("http://www.muzhuangnet.com")location.href 会写入浏览器的历史;window.history 对象中 location.replace则不会写入浏览器的历史。