1、jQuery 中 height()html
獲取匹配元素集合中的第一個元素的當前計算高度值,老是返回內容寬度spa
2、jQuery 中 innerheight()orm
包括padding,可是不包括border,即: height + paddinghtm
3、jQuery 中 outerheight()get
包括padding,border,即:height + padding + borderit
4、jQuery 中 outerheight(true)im
包括padding,border和margin,即: height + padding + border + marginmargin
參考資料:jQuery中height()、innerheight()、outerheight()的區別是什麼 http://www.studyofnet.com/news/1191.htmltop