1. width() 和 outerWidth()瀏覽器
width():獲取到元素內容的寬度,不包括padding值it
outerWidth():獲取元素content + padding + border的寬度io
2. offset() 和 position()di
offset():獲取相對於瀏覽器的偏移量co
position():獲取相對於父級元素(塊級元素)的偏移量position