目录

window location.replace()

示例

替换当前文档:

location.replace("https://www.91xjr.com");
亲自试一试 »

描述

这个replace()方法用新文档替换当前文档。

也可以看看:

分配()方法

笔记

分配()和替换()之间的区别:

Replace() 从文档历史记录中删除当前 URL。

使用replace() 时,无法使用"back" 导航回原始文档。


语法

location.replace( newURL)

参数

Parameter Description
newURL Required.
The URL of a page to navigate to.

返回值

没有任何

浏览器支持

location.replace()所有浏览器都支持:

Chrome Edge Firefox Safari Opera IE
Yes Yes Yes Yes Yes Yes