首页 > 编程 > HTML > 正文

html中使用js来获取本地系统时间

2019-10-26 17:14:27
字体:
来源:转载
供稿:网友

复制代码
代码如下:
<div id="名称">
<script language=Javascript>
var now=new Date()
document.write(1900+now.getYear()+"-"+(now.getMonth()+1)+"-"+now.getDate()+" "+now.getHours()+":"+now.getMinutes()+":"+now.getSeconds())
</script>
</div>

为什么用div呢,为了选择位置来放,比如我是放在
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选