집 >
기사 > 웹 프론트엔드 > 새로고침할 때마다 배경음악이 자동으로 변경됩니다._전형적인 특수효과
새로고침할 때마다 배경음악이 자동으로 변경됩니다._전형적인 특수효과
- WBOY원래의
- 2016-05-16 19:20:001044검색
트랙백: http://tb.blog.csdn.net/TrackBack.aspx?PostId=348256
<script> <BR><!-- <BR>var sound1="http://歌曲地址" <BR>var sound2="http://歌曲地址" <BR>var sound3="http://歌曲地址" <BR>var sound4="http://歌曲地址" <BR>var sound5="http://歌曲地址" <BR>var sound6="http://歌曲地址" <BR>var sound7="http://歌曲地址" <BR>var sound8="http://歌曲地址" <BR>var sound9="http://歌曲地址" <BR>var sound10="http://歌曲地址" <BR>var x=Math.round(Math.random()*10) <BR>if (x==0) x=sound1 <BR>else if (x==1) x=sound2 <BR>else if (x==2) x=sound3 <BR>else if (x==3) x=sound4 <BR>else if (x==4) x=sound5 <BR>else if (x==5) x=sound6 <BR>else if (x==6) x=sound7 <BR>else if (x==7) x=sound8 <BR>else if (x==8) x=sound9 <BR>else x=sound10 <BR>if (navigator.appName=="Microsoft Internet Explorer" <BR>document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">') <BR>else <BR>document.write('<embed src='+'"'+x+'"'+'hidden="true" autostart="true" loop="true">') <BR>//--> <BR></script>
성명:본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.