Screen对象

document.write("Screen-width:"+screen.width+"Screen-height:"+screen.height);
document.write("<br/>Screen-width:"+screen.availWidth+"Screen-height:"+screen.availHeight);
document.write("<br/>window-width:"+window.innerWidth +"window-height:"+window.innerHeight);

  Screen对象为整个显示屏的大小

window对象为浏览器的大小

上一篇:Shell基础(四):字符串截取及切割、字符串初值的处理、基使用Shell数组、expect预期交互、使用正则表达式


下一篇:python模块(六)