摘要:
document.documentElement.clientHeight -->浏览器的高度document.documentElement.scrollHeight 全文的高度document.documentElement.scrollTop滚去的高度<script>function getInfo(){ var s = ""; s += " 网页可见区域宽:"+ document.body.clientWidth; s += " 网页可见区域高:"+ document.body.clientHeight; s 阅读全文
posted @ 2011-10-10 15:56
奋斗中...
阅读(401)
评论(0)
推荐(1)

浙公网安备 33010602011771号