需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html。
2、在index.html中的<script>标签中,输入js代码:$('body').append(new Date())。
3、浏览器运行index.html页面,此时页面显示出了系统时间。
可以在html页面内使用JavaScript语句来获取当前日期。最简单的方法是使用{strTime = new Date()}来获取当前日期。
PS:上述语句虽然简单,但是有兼容性问题。相对复杂,但是兼容性好的方法是使用getFullYear、getMonth、getDay语句获取时间。
使用{strTime = new Date()}获取当前日期:
<script langauge='javascript'>function clock()
{
strTime = new Date()
}
</script>
使用getFullYear、getMonth、getDay语句获取当前日期: