方法一
<?php
header('location:http://地址/文件.后缀名');
方法二
<script>
location.href='http://地址/文件.后缀名';
</script>
方法三
<script>
location.assign('http://地址/文件.后缀名');
</script>
方法一
<?php
header('location:http://地址/文件.后缀名');
方法二
<script>
location.href='http://地址/文件.后缀名';
</script>
方法三
<script>
location.assign('http://地址/文件.后缀名');
</script>