请问高手,下面的代码中(qq.getMonth()+1)+"月为什么要加1呢?请高手指教
<scriptlanguage="javascript">functiontime(){a_div=document.getElementById("showtime")...
<script language="javascript">
function time(){
a_div=document.getElementById("showtime");
var qq=new Date();
a_div.innerHTML="北京时间:"+" "+qq.getYear()+"年"+(qq.getMonth()+1)+"月"+qq.getDate()+"日"+" "+"星期"+qq.getDay()+" "+qq.getHours()+":"+qq.getMinutes()+":"
+qq.getSeconds();
setTimeout(time,1000);
}
</script> 展开
function time(){
a_div=document.getElementById("showtime");
var qq=new Date();
a_div.innerHTML="北京时间:"+" "+qq.getYear()+"年"+(qq.getMonth()+1)+"月"+qq.getDate()+"日"+" "+"星期"+qq.getDay()+" "+qq.getHours()+":"+qq.getMinutes()+":"
+qq.getSeconds();
setTimeout(time,1000);
}
</script> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询