为什么没有输出结果?
<html>
<head>
<title>
日期
</title>
</head>
<body>
<script type="text/javascript">
var data=new Date(2012,3,3);
doucument.write(date.getDate());
</script>
</body>
</html>
为什么没有输出结果?