Window location.assign()
描述
The assign()
方法加载新文档。
另见
注意
assign() 和 replace() 之间的区别
replace() 从文档历史记录中删除当前 URL。
使用 replace(),无法使用“后退”导航回原始文档。
语法
location.assign(URL)
参数
参数 | 描述 |
URL | 必需。 要导航到的页面的 URL。 |
返回值
无 |
浏览器支持
location.assign()
在所有浏览器中都受支持
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 是 |