js jquery
width width() 仅内容宽度
clientWidth innerWidth() 包含padding
offsetWidth outerWidth() 包含border outerWidth(true)包含margin
height height() 仅内容高度
clientHeight innerHeight() 包含padding
offsetHeight outerHeight() 包含border outerHeight(true)包含margin
2018-09-02 16:25:07
浏览 1298
js jquery
width width() 仅内容宽度
clientWidth innerWidth() 包含padding
offsetWidth outerWidth() 包含border outerWidth(true)包含margin
height height() 仅内容高度
clientHeight innerHeight() 包含padding
offsetHeight outerHeight() 包含border outerHeight(true)包含margin
随时随地看视频慕课网APP