设置高度去除滚动条

function setHeight(that) {
var _this = that[0];
_this.style.height = "";
_this.style.height = _this.scrollHeight + "px";
}
原文地址:https://www.cnblogs.com/sunnie-cc/p/7001768.html