x
 
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Wfuyu教程(wfuyu.com)</title>
<script>
function replaceDoc()
{
    window.location.replace("http://www.wfuyu.com")
}
</script>
</head>
<body>
<input type="button" value="载入新文档替换当前页面" onclick="replaceDoc()">
</body>
</html>