为了账号安全,请及时绑定邮箱和手机立即绑定

为什么月份不对呀 显示是六月

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>获得年份 </title>
<script type="text/javascript">
var mydate=new Date();
document.write("年份:"+mydate.getFullYear()+"<br/>");
document.write("月份:"+mydate.getMonth()+"<br/>");
document.write("日期:"+mydate.getDay()+"<br/>");
document.write("时:"+mydate.getHours()+"<br/>");
document.write("分:"+mydate.getMinutes()+"<br/>");
document.write("秒:"+mydate.getSeconds());

</script>
</head>
<body>
</body>
</html>

正在回答

1 回答

月份的范围在0-11,显示5其实是6月

0 回复 有任何疑惑可以回复我~
#1

糖糖很涩 提问者

为什么呀
2015-07-06 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么月份不对呀 显示是六月

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信