摘要: <script> function getInfo() { var s = ""; s += " 网页可见区域宽:"+ document.body.clientWidth; s += " 网页可见区域高:"+ document.body.clientHeight; s += " 网页可见区域宽:"+ document.body.offsetWidth + " (包括边线和滚动条的宽)"; s += " 网页可见区域高:"+ document.body.offset 阅读全文
posted @ 2012-06-13 16:33 zmm623 阅读(257) 评论(0) 推荐(0) 编辑