textarea自适应高度

1.div模拟

<div contenteditable="true" style="min-height: 200px;"></div>

2.使用插件

https://github.com/jackmoore/autosize

原文地址:https://www.cnblogs.com/mengff/p/8328651.html