js jquery
width width() 仅内容宽度
clientWidth innerWidth() 包含padding
offsetWidth outerWidth() 包含border outerWidth(true)包含margin
height height() 仅内容高度
clientHeight innerHeight() 包含padding
offsetHeight outerHeight() 包含border outerHeight(true)包含margin
js jquery
width width() 仅内容宽度
clientWidth innerWidth() 包含padding
offsetWidth outerWidth() 包含border outerWidth(true)包含margin
height height() 仅内容高度
clientHeight innerHeight() 包含padding
offsetHeight outerHeight() 包含border outerHeight(true)包含margin