window屬性:scrollMaxY

2018-07-06 11:48 更新

scrollMaxY屬性

注意:scrollMaxY屬性是非標(biāo)準(zhǔn)的,不要在面向Web的生產(chǎn)站點上使用它:它不適用于每個用戶。實現(xiàn)之間可能存在很大的不兼容性,并且行為可能在將來發(fā)生變化。

scrollMaxY屬性返回文檔可以垂直滾動的最大像素數(shù)。

scrollMaxY屬性語法

ypix = window.scrollMaxY
  • ypix是像素數(shù)。

scrollMaxY屬性示例

// Scroll to the bottom of the page
var maxY = window.scrollMaxY;

window.scrollTo(0,maxY);

筆記

不要使用此屬性來獲取總文檔的高度,這不等于window.innerHeight+ window.scrollMaxY,因為window.innerHeight包括任何可見水平滾動條的寬度,因此結(jié)果將超過總文檔高度乘以任何可見水平滾動條的寬度,而是使用document.body.scrollHeight。

規(guī)范

這不是任何規(guī)范的一部分。

瀏覽器兼容性

電腦端 移動端
Chrome
Edge
Firefox
Internet Explorer
Opera
Safari
Android webview Chrome for Android
Edge Mobile Firefox for Android
Opera for Android
iOS Safari
基本支持
(非標(biāo)準(zhǔn))
不支持 ? 支持 ? ? 不支持 不支持 ? 支持 ? ?
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號