<!--1-->
<script>window.location.href='网页';</script>
<!--3-->
<script>
window.location.replace('网页');
</script>
<!--2-->
<script>
window.location.assign('网页');
</script>
<!--4-->
<head> <meta http-equiv="refresh" content="0;url=网页"></head>