<a href="javascript:void();" >7777</a>
<script>
function changeurl(){
//alert('555');


var arr = new Array(
"https://www.baidu.com",
"https://www.126.com",
"https://www.163.com",
);

window.location.href = arr[Math.floor(Math.random() * arr.length)];
}
</script>

相关文章:

  • 2022-12-23
  • 2021-11-05
  • 2021-11-05
  • 2021-04-28
  • 2021-10-26
  • 2022-12-23
  • 2021-12-23
  • 2021-10-29
猜你喜欢
  • 2021-10-29
  • 2021-08-20
  • 2021-09-05
  • 2021-10-29
  • 2022-12-23
  • 2021-12-17
相关资源
相似解决方案