<html>
<head>
<meta charset="UTF-8">
<title>以本地格式显示日期/时间</title>
</head>
<body>
<script language="javascript">
d = new Date(2005,9,27,5,20,30);
document.write(d.toLocaleString());
</script>
</body>
</html>
为什么输出是10月?
大话西游666
相关分类