每時問候
將下列程式碼複製至<head>程式碼</head>區內。
<script language="JavaScript"> document.write("<table bgcolor=00FF00>"+"<font size=2 color=0000FF><br>") 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("Hi!早上 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 點多了!您是否喜歡 Jimmy 的站呢?")} if (hr==17) {document.write("您好!傍晚 5 點多了!您是否回到溫暖可愛的家呢?")} if (hr==18) {document.write("已經傍晚 6 點多了!肚子餓餓了嗎?先去吃個飯吧!")} if (hr==19) {document.write("咦?晚上 7 點多了!還沒吃飯啊?不要虐待自己喔!")} if (hr==20) {document.write("晚安!現在是 8 點多了!你是否覺得有點無聊呢?")} if (hr==21) {document.write("嗨!晚上 9 點多了!Jimmy 將帶您度過無聊時光!")} if (hr==22) {document.write("嗯!現在是晚上 10 點多了!您要睡覺了嗎!晚安唷!")} if (hr==23) {document.write("哇!已經晚上 11 點多了!又是一天過去了!忙嗎?")} document.write("</font></font></table></center>") </script> |