Skip to content

innerHeight 和availWidth

wanglinzhizhi edited this page Sep 18, 2016 · 1 revision

window.innerHeight 和 window.screen.availWidth

window.innerHeight;
window.innerWidth;
window.screen.availWidth;
+window.screen.availHeight;
document.documentElement.clientHeight;

--

window.screen.availWidth 这个属性有问题啊~~~

最好还是使用window.innerHTML

Clone this wiki locally