📄 点歌台ssing.txt
字号:
先将下列代码复制到<head></head>之间:
<style type="text/css">
<!--
a { font: 9pt "宋体"; text-decoration: none}
td { font: 9pt "宋体"; text-decoration: none }
p { font: 9pt "宋体"; text-decoration: none }
a:active { font: 9pt "宋体"; color: #FF6633; text-decoration: underline}
a:hover { font: 9pt "宋体"; color: #FF0000; text-decoration: underline }
a:visited { font: 9pt "宋体"; color: #0099FF; text-decoration: underline }
body { font: 9pt "宋体"; text-decoration: none }
-->
</style>
再将下列代码复制到<body></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=1.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 2)
document.write("<embed src=2.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 3)
document.write("<embed src=3.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 4)
document.write("<embed src=4.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 5)
document.write("<embed src=5.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 6)
document.write("<embed src=6.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 7)
document.write("<embed src=7.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 8)
document.write("<embed src=8.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 9)
document.write("<embed src=9.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 10)
document.write("<embed src=10.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 11)
document.write("<embed src=11.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 12)
document.write("<embed src=12.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 13)
document.write("<embed src=13.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 14)
document.write("<embed src=14.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 15)
document.write("<embed src=15.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 16)
document.write("<embed src=16.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 17)
document.write("<embed src=17.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 18)
document.write("<embed src=18.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 19)
document.write("<embed src=19.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 20)
document.write("<embed src=20.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 21)
document.write("<embed src=21.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 22)
document.write("<embed src=22.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 23)
document.write("<embed src=23.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 24)
document.write("<embed src=24.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 25)
document.write("<embed src=25.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 26)
document.write("<embed src=26.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 27)
document.write("<embed src=27.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 28)
document.write("<embed src=28.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 29)
document.write("<embed src=29.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 30)
document.write("<embed src=30.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 31)
document.write("<embed src=31.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 align="center">
<table width="75%" border="0" align="right">
<tr>
<td>
</td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -