RSS
热门关键字:  数据挖掘  数据仓库  商业智能  人工智能  搜索引擎
当前位置 :| 首页>电脑常识>MAC小型机>

背景音乐每次刷新都可以自动更换

来源: 作者:unkonwn 时间:2005-02-25 点击:
<SCRIPT LANGUAGE="javascript">
<!--
var sound1="http://歌曲地址"  
var sound2="http://歌曲地址"  
var sound3="http://歌曲地址"  
var sound4="http://歌曲地址"  
var sound5="http://歌曲地址"  
var sound6="http://歌曲地址"  
var sound7="http://歌曲地址"  
var sound8="http://歌曲地址"  
var sound9="http://歌曲地址"  
var sound10="http://歌曲地址"  
var x=Math.round(Math.random()*10)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else if (x==5) x=sound6
else if (x==6) x=sound7
else if (x==7) x=sound8 数据挖掘研究院
else if (x==8) x=sound9
else x=sound10
if (navigator.appName=="Microsoft Internet Explorer"
document.write("<bgsound src="+"""+x+"""+" loop="infinite">")
else
document.write("<embed src="+"""+x+"""+"hidden="true" autostart="true" loop="true">")
//-->
</SCRIPT>
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
匿名?