随机连接

发布时间:2007年02月01日      浏览次数:889 次
1.将下面的代码复制到 <head> 内
<script>
function random_all(){
var myrandom=Math.round(Math.random()*(document.links.length-1))
window.location=document.links[myrandom].href
}
</script>
文章来源:http://www.aspxboy.com/myjs/baoku/0123.htm
免责声明:本站相关技术文章信息部分来自网络,目的主要是传播更多信息,如果您认为本站的某些信息侵犯了您的版权,请与我们联系,我们会即时妥善的处理,谢谢合作!