摘要:
function getScrollWidth() { var noScroll, scroll, oDiv = document.createElement("DIV"); oDiv.style.cssText = "position:absolute; top:-1000px; width:... 阅读全文
posted @ 2015-10-29 16:56
西瓜霜
阅读(7987)
评论(3)
推荐(0)
摘要:
Javascript:alert(document.body.clientWidth); //网页可见区域宽(body)alert(document.body.clientHeight); //网页可见区域高(body)alert(document.body.offsetWidth); ... 阅读全文
posted @ 2015-10-29 16:38
西瓜霜
阅读(656)
评论(0)
推荐(0)