这是网站常用的问候语自动弹出特效,在不同时间段,显示不同的问候语,很简单的一个js问候语脚本,结合自己需求修改即可。
<html> <head> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>根据时间段弹出提示信息问候语js特效_武鸣人</title> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <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("OH!早上 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 点了!再忍一下...就快下班了!")} 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 点了!上网的好时光!")} if (hr==22) {document.write("嗯!现在是晚上 10 点了!在做什么啦?")} if (hr==23) {document.write("哇!已经晚上 11 点多了!又是一天过去了,准备上床睡觉了!wuming ren")} document.write("</font></font></table></center>") </script> </body> </html>
本文来自武鸣人网站,转载请注明出处