innerHeight();计算的是div的content+padding的高度 outerHeight();//计算的是content+padding+border的高度 height();//计算的是content的高度