var wh=window.innerWidth; var he=window.innerHeight; document.write( wh); document.write( he);两种方法, 怎么都没有反应?
原来测试的是body中的内容 大小,body 中没有内容,就不会有返回值