s += \r\n網(wǎng)頁可見區(qū)域?qū)挘? document.body.clientwidth;
s += \r\n網(wǎng)頁可見區(qū)域高:+ document.body.clientheight;
s += \r\n網(wǎng)頁可見區(qū)域高:+ document.body.offsetweight + (包括邊線的寬);
s += \r\n網(wǎng)頁可見區(qū)域高:+ document.body.offsetheight + (包括邊線的寬);
s += \r\n網(wǎng)頁正文全文寬:+ document.body.scrollwidth;
s += \r\n網(wǎng)頁正文全文高:+ document.body.scrollheight;
s += \r\n網(wǎng)頁被卷去的高:+ document.body.scrolltop;
s += \r\n網(wǎng)頁被卷去的左:+ document.body.scrollleft;
s += \r\n網(wǎng)頁正文部分上:+ window.screentop;
s += \r\n網(wǎng)頁正文部分左:+ window.screenleft;
s += \r\n屏幕分辨率的高:+ window.screen.height;
s += \r\n屏幕分辨率的寬:+ window.screen.width;
s += \r\n屏幕可用工作區(qū)高度:+ window.screen.availheight;
s += \r\n屏幕可用工作區(qū)寬度:+ window.screen.availwidth;