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>

posted @ 2016-06-22 13:55  天--安静  阅读(123)  评论(0)    收藏  举报