js -- 獲取瀏覽器高度以及clientHeight、scrollHeight、offsetHeight區別

//瀏覽器捲去部分高度 var scrollTop = document.documentElement.scrollTop || document.body.scrollTop; //瀏覽器窗口高度,已做兼容 var winHeight; if (window.innerHeight) { winHeight = window.innerHeight; } else if ((document.
相關文章
相關標籤/搜索