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

📄 a04.html

📁 java脚本即用特效源码从入门到精通帮你渡过难关
💻 HTML
字号:
<html>
<head>
<title>MIDI播放1</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body>
<div align="left"> 
  <p align="left">
  <div align="center">每天都有新花样的MIDI播放<br>
    ——自己设定每一天播放的曲目,每月最多有31首曲目可供选择呢!</div>
  <p align="center">
    <script LANGUAGE="JavaScript">
<!-- hiding
page=new Date();
if (page.getDate() == 1) 
document.write("<embed src=song1.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 2) 
document.write("<embed src=song2.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 3) 
document.write("<embed src=song3.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 4) 
document.write("<embed src=song4.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 5) 
document.write("<embed src=song5.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 6) 
document.write("<embed src=song6.mid width=145 height=40 autostart=true loop=-1 volume=50>");


if (page.getDate() == 7) 
document.write("<embed src=song1.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 8) 
document.write("<embed src=song2.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 9) 
document.write("<embed src=song3.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 10) 
document.write("<embed src=song4.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 11) 
document.write("<embed src=song5.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 12) 
document.write("<embed src=song6.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 13) 
document.write("<embed src=song1.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 14) 
document.write("<embed src=song2.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 15) 
document.write("<embed src=song3.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 16) 
document.write("<embed src=song4.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 17) 
document.write("<embed src=song5.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 18) 
document.write("<embed src=song6.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 19) 
document.write("<embed src=song1.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 20) 
document.write("<embed src=song2.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 21) 
document.write("<embed src=song3.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 22) 
document.write("<embed src=song4.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 23) 
document.write("<embed src=song5.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 24) 
document.write("<embed src=song6.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 25) 
document.write("<embed src=song1.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 26) 
document.write("<embed src=song2.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 27) 
document.write("<embed src=song3.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 28) 
document.write("<embed src=song4.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 29) 
document.write("<embed src=song5.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 30) 
document.write("<embed src=song6.mid width=145 height=40 autostart=true loop=-1 volume=50>");

if (page.getDate() == 31) 
document.write("<embed src=song5.mid width=145 height=40 autostart=true loop=-1 volume=50>");
page=new Date();
var months = new Array(13);
months[1] = "1月";
months[2] = "2月";
months[3] = "3月";
months[4] = "4月";
months[5] = "5月";
months[6] = "6月";
months[7] = "7月";
months[8] = "8月";
months[9] = "9月";
months[10] = "10月";
months[11] = "11月";
months[12] = "12月";

var dateObj = new Date()
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()

document.write("<br>" +"今天是:"+ lmonth + date+"日")

//done hiding -->
</script>
  </p>
 </div>
</body>
</html>

⌨️ 快捷键说明

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