W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
注意:scrollMaxY屬性是非標(biāo)準(zhǔn)的,不要在面向Web的生產(chǎn)站點上使用它:它不適用于每個用戶。實現(xiàn)之間可能存在很大的不兼容性,并且行為可能在將來發(fā)生變化。
scrollMaxY屬性返回文檔可以垂直滾動的最大像素數(shù)。
ypix = window.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ī)范的一部分。
電腦端 | 移動端 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
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))
|
不支持 | ? | 支持 | ? | ? | ? | 不支持 | 不支持 | ? | 支持 | ? | ? |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: