<script>
setTimeout(function(){
var arr=['http://网址一','http://网址二','http://网址三'];
window.location.href=arr[parseInt(Math.random()*arr.length)];
},100);
</script>
js随机跳转网址代码
热门推荐:淘宝优惠券|先领券再购物省更多钱!
<script>
setTimeout(function(){
var arr=['http://网址一','http://网址二','http://网址三'];
window.location.href=arr[parseInt(Math.random()*arr.length)];
},100);
</script>
发表评论