为什么我提交之后显示了答案,但是不出来下一节?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<script type="text/javascript">
document.write(document.body.offsetWidth+"<br>");
document.write(document.body.offsetHeight);
</script>
</body>
</html>