慕九州7581199
2016-04-01 21:38
<!DOCTYPE HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<script type="text/javascript">
var w= document.documentElement.offsetWidth
|| document.body.offsetWidth;
var h= document.documentElement.offsetHeight
|| document.body.offsetHeight;
document.write(w+"*"+h+"<br>");
var a= document.documentElement.offsetWidth;
var b= document.documentElement.offsetHeight;
document.write(a+"*"+b+"<br>");
var c= document.body.offsetWidth;
var d= document.body.offsetHeight;
document.write(c+"*"+d+"<br>");
</script>
</body>
</html>
你仔细读一下 题目 就懂了
JavaScript进阶篇
468061 学习 · 21891 问题
相似问题