标签:
<textarea name="mytextarea" cols="100" style="min-height:200px" onpropertychange="this.style.height=this.scrollHeight+‘px‘;" oninput="this.style.height=this.scrollHeight+‘px‘;"></textarea>
textarea自适应高度
原文地址:http://www.cnblogs.com/ll-taj/p/5606871.html