window.onload=function(){ var width=window.screen.width; document.write(width); }这段代码在谷歌中运行的结果是1600,在ie中运行的结果是1280,为什么结果不同呢,我的分辨率是1600*900的 查看完整描述