第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

視口(viewport)包不包含滾動條。

視口(viewport)包不包含滾動條。

ITMISS 2018-09-14 11:10:22
高程3 P.198書上說了innerWidth和innerHeight的值即視口(viewport)大小。接著又說了document.documentElement.clientWidth和document.documentElement.clientHeight也可以取得視口大小。那么viewport到底是哪一個值呢?包不包含滾動條的寬度呢?還有書中這樣的代碼,顯然是把window.innerWidth和document.documentElement.clientWidth當(dāng)成相同的值處理了//取得頁面視口的大小var pageWidth = window.innerWidth;var pageHeight = window.innerHeight;if(typeof pageWidth != "number"){             if(document.compatMode == "CSS1Compat")         pageWidth = document.documentElement.clientWidth;         pageHeight = document.documentElement.clientHeight;     }else{         pageWidth = document.body.clientWidth;         pageHeight = document.body.clientHeight;     } }
查看完整描述

1 回答

?
暮色呼如

TA貢獻(xiàn)1853條經(jīng)驗 獲得超9個贊

打開控制臺發(fā)現(xiàn)
window.innerHeight和document.documentElement.clientHeight值相等,都不包括滾動條。
//可能理解錯了你的意思,如果說是滾動條本身的寬度的話
console.log(window.innerWidth)
VM160:1 1366
console.log(document.documentElement.clientWidth)
VM168:1 1349
innerWidth是有滾動條寬度的
//
剛才去看了書上的代碼
這段代碼是適用于混雜模式下的瀏覽器的,標(biāo)準(zhǔn)模式都保存在innerWidth和innerHeight中
//
視口的寬高是包含滾動條的
innerWidth

查看完整回答
反對 回復(fù) 2018-10-30
  • 1 回答
  • 0 關(guān)注
  • 1002 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號