为什么<br>没有换行
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<script type="text/javascript">
document.write(document.documentElement.scrollWidth||document.body.scrollWidth+"<br>");
document.write(document.documentElement.scrollHeight||document.body.scrollHeight);
</script>
</body>
</html>
以上代码为什么宽和高之间没有换行?费解。<br ><br />,各种标签的形式都试过了