固定域名访问网站我们采用如下代码自动转。
<script> try {if( self.location == "http://zhangyin.org/" ) { top.location.href = "/"; } else {document.write ("")}} catch(e) {} </script>