定时问后语范例点我以下为定时问后语语法 内容可自行更改复制程式
<script language="JavaScript">
<!--
document.write("<center><marquee behavior=\"alternate\" style=font-size:10pt;color:#ff00ff width=\"420\" height=\"5\">")
var now=new Date()
var hr
hr=now.getHours()
if (hr==0)
{document.write("深夜 12 点多了,网路塞车,诸多不便敬请原谅?")}
if (hr==1)
{document.write("困!深夜 1 点多了!?还在撑吗?")}
if (hr==2)
{document.write("爱困?深夜 2 点多了!你是吃什么补药这么神勇!")}
if (hr==3)
{document.write("咳...深夜 3 点多了!您真是超级标准的夜猫子啊!")}
if (hr==4)
{document.write("哇?凌晨 4 点多了!上线品质不错吧?")}
if (hr==5)
{document.write("早啊!清晨 5 点多了~早起的鸟儿一定有虫吃")}
if (hr==6)
{document.write("早安!清晨 6 点多了!还没刷牙洗脸就上网?快去吧!!")}
if (hr==7)
{document.write("呷饱昧! 早上 7 点多了!不去上班上课了吗?")}
if (hr==8)
{document.write("早上 8 点多了!你还没上班上课还再上网ㄚ!")}
if (hr==9)
{document.write("上午 9 点多了!精神正佳?学做网页最好!")}
if (hr==10)
{document.write("上午 10 点多了!你正聚精会神的上网?")}
if (hr==11)
{document.write("嗯!上午 11 点多了!肚子是否有点饿饿呢?")}
if (hr==12)
{document.write("午安!中午 12 点多了!吃午饭了吗?不要饿坏了喔!")}
if (hr==13)
{document.write("您好!现在是下午 1 点多了!想不想要睡个午觉呀?")}
if (hr==14)
{document.write("嘿!都下午 2 点多了!继续来找你要的资料吧!")}
if (hr==15)
{document.write("哈!下午 3 点多了!喝下午茶时间到啰!动一动吧!")}
if (hr==16)
{document.write("嗯..已经下午 4 点多了!欢迎来到 MyChat 数位男女,准备要开始了吗?")}
if (hr==17)
{document.write("傍晚 5 点多了!刚下班你就迫不及待的来看我?")}
if (hr==18)
{document.write("已经傍晚 6 点多了!肚子饿饿了吗?边吃饭边逛逛吧!")}
if (hr==19)
{document.write("晚上 7 点多了!开始来...很好将来必有大好前途!")}
if (hr==20)
{document.write("晚安!现在是 8 点多了!唷~ MyChat 数位男女 比 8 点档还好看吗?")}
if (hr==21)
{document.write("嗨!晚上 9 点多了!卡紧进来看看...^_^")}
if (hr==22)
{document.write("现在是晚上 10 点多了!上线品质还好吧!晚安唷!")}
if (hr==23)
{document.write("困?!已经晚上 11 点多了!一天过了又一天啊~.....")}
document.write("</font></marquee></center>")
// -->
</script>