慕函数9642432
2016-07-23 08:29
<html>
<head>
<title>
日期
</title>
</head>
<body>
<script type="text/javascript">
var data=new Date(2012,3,3);
doucument.write(date.getDate());
</script>
</body>
</html>
为什么没有输出结果?
doucument写错了,正确为document
这个错误我已经犯了不知道几次了,并且经常一堆代码里找不出错哪儿了(哭
document
JavaScript进阶篇
468061 学习 · 21891 问题
相似问题