代码示例:(标识:jsref_location_replace)
<!DOCTYPE html>
<html>
<body>

<button onclick="window.location.replace('http://www.sou-xun.com')">
替换文档
</button>

</body>
</html>
运行结果: