
单域名跳转代码请查看以下代码:
<script language="javascript">
top.location='http://lanrenn.cn/';
</script>
如果用一个域名随机字符,可删除多余的。二级目录也可删除,删除代码(填写指定二级目录/”)
随机字符二级以及随机域名效果
giudde.lanrenn.cn/tool
uhihuhhh.lanrenn.cn/tool
随机字符二级域名没有目录以及其他域名效果
yhiudde.lanrenn.cn
dgrtthe.lanrenn.cn
<script>
function tz(){
var arr = ["你的域名","你的域名","你的域名","你的域名","你的域名","你的域名","你的域名"];
var url = Math.floor((Math.random()*arr.length));
window.location.href="http://"+randomString(Math.round(Math.random()*50))+"."+arr[url]+"/填写指定二级目录/"; }
</script>
© 版权声明
THE END
文章不错?点个赞呗
相关推荐
暂无评论内容