此代码可以拿来做QQ空间背景音乐等等,当你的好友每次访问你的空间,播放的音乐不一样 ~~演示:wap.9ywk.com/music~~ ## 代码 ```php ``` ## 用法 将代码保存为index.php文件,上传至你的主机 在需要使用的地方添加:http://domain/index.php?a=a.mp3 ~~例如:wap.9ywk.com/music/index.php?a=a.mp3~~ **QQ空间具体设置位置-打开空间-背景音乐-添加网络背景音乐** Loading... 此代码可以拿来做QQ空间背景音乐等等,当你的好友每次访问你的空间,播放的音乐不一样 ~~演示:wap.9ywk.com/music~~ ## 代码 ```php <?php $url[1] = "http://m2.music.126.net/D7GY-8m9japXRmzBPlfovA==/3445869444824734.mp3";//小幸运 $url[2] = "http://m2.music.126.net/a7-uKueLfjL2ge3rhraHRA==/7959364675015343.mp3";//丑八怪 $url[3] = "http://m2.music.126.net/u9nJupi9yzpKzJB_sgSa1A==/3268848069435294.mp3";//不要说话 //这里可以添加很多音乐... srand ((double)microtime()*1000000); $randomnum = rand(0, count($url)-1); header ("Location: $url[$randomnum]"); ?> ``` ## 用法 将代码保存为index.php文件,上传至你的主机 在需要使用的地方添加:http://domain/index.php?a=a.mp3 ~~例如:wap.9ywk.com/music/index.php?a=a.mp3~~ **QQ空间具体设置位置-打开空间-背景音乐-添加网络背景音乐** © 允许规范转载