- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 1-使用系统对象 打印 年 月 日 时 分 秒 星期
[01.html] var dt=new Date(); var str="今天是:"; str+=dt.getFullYear()+"年"; str+=(dt.getMonth()+1)+"月"; str+=dt.getDate()+"日 "; str+=dt.getHours()+":"; str+=dt.getMinutes()+":"; str+=dt.getSeconds()+" 星期
2015-08-09 21:59:28
358
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅