哪个大神给说一下这个小标头怎么回事?谢谢了、
<<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>screen</title>
<script type="text/javascript">
document.write("我的电脑的屏幕高是:"+screen.height+"px<br/>");
document.write("我的电脑的屏幕宽是:"+screen.width+"px<br/>");
</script>
</head>
<body>
</body>
</html>
浏览器中显示:
<
我的电脑的屏幕高是:768px
我的电脑的屏幕宽是:1366px
为什么会有一个小标头呀、、