设置高度去除滚动条

function setHeight(that) {
var _this = that[0];
_this.style.height = "";
_this.style.height = _this.scrollHeight + "px";
}
posted on 2017-06-13 15:59  sunnie_c  阅读(191)  评论(0编辑  收藏  举报