document.write("屏幕宽度"+screen.width);document.write("屏幕高度"+screen.height);//(整个电脑的屏幕的高)上面和下面不是有效区的也被包括了
document.write("可用高度"+screen.availHeight)//除了上面的任务栏 其他的全部算上 包括地址document.write("可用宽度"+screen.availWidth)