offsetHeight这个东西不就是获取当前的属性值的么?
offsetHeight获取的是数值,如offsetHeight=12;
this.style.height获取的是属性值,this.style.height=12px;