⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 music.php

📁 This a free web game, animportantnote of this, "xia domain" for free software, follow the "general p
💻 PHP
字号:
<html>
<head>
<?
$num="-1";

if($music){
     $num=rand(1,44);
     echo "<bgsound src=http://www.523member.com/chat/music/".$num.".mid loop=-1>";
}
?>
</head>
<body background=http://www.523member.com/img1/bg1.jpg topalign=0 text="#FFFFFF">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
  <tr>
    <td width="45%">
    
<?
echo "<font color=green size=2>现在是第:".$num."首曲子</font>";
?> 

</td>
    <td width="35%">
    
<form action="music.php?music=1" method="post">
<?

if(!$music){
echo "<input type=submit value=开始欣赏超级机器人大战MIDI>";
}

if($music){
echo "<input type=submit value=更换一首-共44首>";
}
?>
</form>

</td>
    <td width="30%">
    
<form action="music.php?music=0" method="post">
<?

if($music){
echo "<input type=submit value=停止播放>";
}
?>
</form>

</td>
  </tr>
</table>







⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -