各位帮我看看我这为啥什么都不显示,感觉代码都对
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<script type="text/javascript">
var w=document.documentELement.scrollWidth
||document.body.scrollWidth;
var h=document.documentElement.scrollHeight
||document.body.scrollHeight;
document.write(w+"*"+h);
</script>
</body>
</html>