function setHeight(that) {
var _this = that[0];
_this.style.height = "";
_this.style.height = _this.scrollHeight + "px";
}

相关文章: