摘要: js实现域名判断后跳转到指定网址,也适用于同一虚拟空间放多个网站: <script> try { if(self.location == "http://apple.baidu.com/") { top.location.href = "http://baidu.com/apple/"; } els 阅读全文
posted @ 2021-06-04 01:19 神经蛙 阅读(235) 评论(0) 推荐(0)