TA的每日心情 | 擦汗 2016-12-6 16:04 |
---|
签到天数: 10 天 [LV.3]偶尔看看II
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
- <span id="tmd"></span>
- <script language="javascript">
- function ss()
- {
- var today=new Date();//总
- yy=today.getYear();//年
- mm=today.getMonth();//月
- dd=today.getDate();//日
- aa=today.getDay();//星期
- shi=today.getHours();
- fen=today.getMinutes();
- miao=today.getSeconds();
- var fontcolor="#ff0000";
- if (fen <=9 )
- fen="0"+fen
- if (aa == 0)tt="星期天";else
- if (aa == 1)tt="星期一";else
- if (aa == 2)tt="星期二";else
- if (aa == 3)tt="星期三";else
- if (aa == 4)tt="星期四";else
- if (aa == 5)tt="星期五";else
- if (aa == 6)tt="星期六";
- var oo = '时间' + yy + '年' + mm + '月' + dd + '日' + tt + "" + shi + ":" + fen + ":" + miao;
- document.getElementById("tmd").innerHTML=oo.fontcolor(fontcolor);
- }
- setInterval("ss()",1000);
- //-->
- </script>
复制代码 |
|