jsはdomの高さと幅を取得します.
506 ワード
: document.body.clientWidth
: document.body.clientHeight
: document.body.offsetWidth ( )
: document.body.offsetHeight ( )
: document.body.scrollWidth
: document.body.scrollHeight
: document.body.scrollTop
: document.body.scrollLeft
: window.screenTop
: window.screenLeft
: window.screen.height
: window.screen.width
: window.screen.availHeight
: window.screen.availWidth