用JS实现域名替换跳转
<script language="javascript" >
var current_url = window.location.href;
target_url = current_url.replace("老玉米.com","新域名.com");
window.location = target_url;
</script>
推荐您阅读更多有关于“ ”的文章
评论列表: