怎样去表单多行文本框滚动条

<textarea style="overflow:hidden;border-0px;background-Color:buttonface;">
永远没有滚动条
</textarea>
<textarea style="overflow:auto;border-0px;background-Color:buttonface;">
字多了才会有滚动条
</textarea>
<textarea style="overflow:visible;border-0px;background-Color:buttonface;">
字多了也不会有滚动条,但是会被撑开
</textarea>
原文地址:https://www.cnblogs.com/butterfly/p/1444470.html