<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<script type="text/javascript">
var Udate=new Date();
document.write("当前时间:"+Udate.getYear()+"年"+Udate.getMonth()+"月"+Udate.getDate()+"日");
</script>
</head>
<body></body>
</html>结果它输出的是 当前时间:117年2月28日,咋回事啊
- 3 回答
- 0 关注
- 2122 浏览
添加回答
举报
0/150
提交
取消