﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>无法显示网页</title>
     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body style="text-align:left; font-size:14px;">
无法显示网页
<script>
    if (window.location.href.indexOf(".aspx&sourceChannelId") > -1) {
        window.location.href = window.location.href.replace(".aspx&sourceChannelId", ".aspx?sourceChannelId");
    }
    if (window.location.href.indexOf(".aspx。") > -1) {
        window.location.href = window.location.href.replace(".aspx。", ".aspx");
    }
    if (window.location.href.indexOf(".aspx@") > -1) {
        window.location.href = window.location.href.replace(".aspx@", ".aspx");
    }
    if (window.location.href.indexOf(".aspx(") > -1) {
        window.location.href = window.location.href.replace(".aspx(", ".aspx");
    }
    if (window.location.href.indexOf(".aspx)") > -1) {
        window.location.href = window.location.href.replace(".aspx)", ".aspx");
    }
</script>
</body>
</html>
