textarea自适应高度
Posted 天--安静
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>
以上是关于textarea自适应高度的主要内容,如果未能解决你的问题,请参考以下文章