textarea自适应高度

<textarea name="mytextarea" cols="100"  style="min-height:200px" onpropertychange="this.style.height=this.scrollHeight+'px';" oninput="this.style.height=this.scrollHeight+'px';"></textarea>

原文地址:https://www.cnblogs.com/ll-taj/p/5606871.html