Fight With Me!!!

导航

JS处理时间相关

<script>
var d=new Date(); 
alert(d);
alert(d.getMonth());
alert(d.getHours());
alert(d.getYear());



</script>

posted on 2016-06-12 14:54  nickTimer  阅读(158)  评论(0编辑  收藏  举报